SSIS Package to transfer data by splitting data using queries
We want to create an SSIS package to transfer data from one source to multiple destinations we need to split data using the queries while transferring data.
August 29th, 2012 5:48am

Is the data source SQL. If yes you can have multiple data flow tasks, each with a ole db source with a sql query. The sql query will pull out data of your interest and then you can push it into the destination of your choice. If its a non sql source, you can use conditional split tranformation to divide the data set based on conditions and then push the data into the multiple destinations.http://btsbee.wordpress.com/
Free Windows Admin Tool Kit Click here and download it now
August 29th, 2012 5:54am

Hi Thanks a lot.. Our source is SQL. we are having two sql queries based on these queries we need to transfer the data to the destination. how to include these queries and transfer the data. Please provide samples Im new to SSIS packages.
August 29th, 2012 6:03am

Check this link. If you look at illustration number 5,6 the author has configured an Ole DB source with a sql query in it. The SQL query is filtering out the rows of interest using a where clause. Follow msdn link to learn about OLE DB souce in general. http://btsbee.wordpress.com/
Free Windows Admin Tool Kit Click here and download it now
August 29th, 2012 6:19am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics