November 30, 2007 at 5:25 am
How can I add Execute SQL Task in the ForEach Loop container through C# code programmatically... Tried a lot with various option, but failed. Since I am new to C# coding, probably I am missing something...Need quick help.
- Sakti
November 30, 2007 at 2:36 pm
Please try to explain what you want to do. Are you want to write C# application which executes SSIS packages or anything else?.
December 2, 2007 at 11:40 pm
I am trying to develop a package through C# code instead of SSIS designer. By this, the package will be automatically created in a file location and gets executed. So whatever tasks we are using in designer & developing package by dragging & dropping those tasks, I am doing it through C# code where I create all objects and develop. So ultimately when C# code runs, it creates the package and if you open the package, you can see the similarity as developed in designer. I am facing problem while creating Execute SQL task in ForEach Loop container. I hope, you can understand much better now.:)
December 3, 2007 at 3:03 am
OK, so what is your problem when creating Execute SQL task using ForEach container under SSIS?
April 21, 2008 at 1:54 am
Can you give me steps you are following to create package using c# code.I also need to create package dynamically instead of SSIS designer.
Please send me some good link also to read about creating SSIS package dynamically.
Thanks
September 28, 2009 at 3:09 pm
The following links provide good tutorials for creating an SSIS package programmatically using VB or C#:
To call an existing package:
http://www.codeproject.com/KB/database/CallSSISFromCSharp.aspx
To create a new package from scratch, as well as add tasks programmatically:
http://msdn.microsoft.com/en-us/library/ms135946.aspx
http://msdn.microsoft.com/en-us/library/ms135956.aspx
Bob Pinella
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy