|
Hi, I am working on executing DTS programming. I have a following scenario could you please provide suggestions.
(comments are locked)
|
|
Please check sample code to execute DTS task using c#-
For more information about the topic please visit the link - http://www.codeguru.com/csharp/.net/net_data/article.php/c19649 Thank you the code you gave will execute the entire package however i want only a specific Data Flow Task to be executed within the package. is it possible?
Jan 16 '12 at 04:35 AM
pvsrinivasrao
Depending on your package structure, you could probably remove the unwanted tasks in memory and then execute the resulting one you want to execute.
Jan 16 '12 at 01:37 PM
Pavel Pawlowski
(comments are locked)
|

