Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS 2

Status
Not open for further replies.

Morningstarr

Programmer
Mar 13, 2002
24
0
0
US
Is there a way to have two different datapump objects and have an active x script choose which one will execute at runtime?
Thanks,
Dawn
 
I think you can. Create a DTS.Package object and a DTS.Step object,
invoke LoadFromSQLServer of the package object,
set your step object to YourPackage.Steps("DTSStep_DataPumpTask_whichevernumber")
Then invoke the execute method of the step object.


JHall
 
Terry,
Would you take a look at thread183-236716. I would like to know the answer myself. Thanks very much. JHall
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top