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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to run DTS package with parameters from a sproc

Status
Not open for further replies.

rodeomount

Programmer
Sep 25, 2007
50
US
I need to run a DTS package from a sproc and pass parameters in when I call it. Is the following the correct way to call it from a sproc?


xp_cmdShell myDTSPackage @var1, @var2

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top