I am wondering if DTS packages can be invoked by a stand along program, say a
C# program?
I not really up on DTS, so this might sound like a silly question, but if I
have several DTS packages which need to be run one after another, is there a
way that they can be packaged up such that all I have to do is run one
package and it will run them one by one in the order I have specified?
Thanks in advance for your assistance!!!!Hello Jim,
you can easily run other DTS packages inside a DTS package with the "DTS
execute" action. With the workflow management you are able to select the
order and can do simple fail back and abort switches between DTS packages.
Greetings
Helmut Rieder
"Jim Heavey" wrote:
> I am wondering if DTS packages can be invoked by a stand along program, say a
> C# program?
> I not really up on DTS, so this might sound like a silly question, but if I
> have several DTS packages which need to be run one after another, is there a
> way that they can be packaged up such that all I have to do is run one
> package and it will run them one by one in the order I have specified?
> Thanks in advance for your assistance!!!!
No comments:
Post a Comment