This is an index post for the series of posts with examples on how to create packages programmatically. Creating and adding tasks to a control flow is pretty straightforward, but programmatically adding data flow components can be tricky due to the interaction with the native COM APIs. Each post will provide a simple scenario for using each component.
All samples are done using SQL Server 2008, but will also work with 2005 with minor code modifications.
I’ll continue to update this post as more samples are added. Please post in the comments if there are specific data flow components you’d like to see.
For an end to end solution, check out the Package Generation sample available on codeplex.
Hi,
I need to develop Aggregate component programmatically. It would great If you post the code for Aggregate.
Thanks,
Vimal
Hi
I need to develop Data Conversion Component with data source as sqlserver and destination as Excel Sheet ,it will be helpful if u paste code for the same