I don't know much about SSIS, and I searched as much as I could. I would really appreciate any help I could get.
I am creating an SSIS package and I only want to insert a specific dataset from the Flat File Source file. Is there a way to use the WHERE clause to pull only certain data?
For example, how can I make this request in a data flow task?
INSERT INTO
Can this be achieved using a data flow task?
source share