Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SSIS transformation component

Author  Topic 

kunaaldesai
Starting Member

36 Posts

Posted - 2009-06-27 : 18:24:08
Well ,
I am basically using Data source--> data transformation--> data flow destination method in SSIS to transfer my data from a flat file source to a SQl table.

Do we have any transformation component or any other technique which allows me filtering the data? I mean i don't want all the records in the destination table instead of that I want to execute a select query before all the records are loaded to the destination table. How can I do that??

Kunal

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2009-06-27 : 19:43:04
I have never used that but maybe you can use conditional split?


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -