August 12, 2008 at 1:33 pm
The script task is loading and running the child package. How can I get the steps within the child package? The package object doesn't seem to have this option. Could anyone here help me?
August 12, 2008 at 2:15 pm
It's fairly easy to walk down the package.
See http://msdn.microsoft.com/en-us/library/ms135946.aspx as a starting point.
Here are many tips:
http://mahiways.spaces.live.com/blog/cns!6A1F270FEA8CDD8C!142.entry
Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!
August 13, 2008 at 7:54 am
Thanks Crispin.
August 13, 2008 at 7:56 am
Just a note: You cannot walk down your package from your script task. You need to create an instance of the package in the script task. Sucks a bit.
Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply