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

dts parameters

Status
Not open for further replies.

fmardani

Programmer
Joined
Jul 24, 2003
Messages
152
Hi,
I would like to pass several parameters to a DTS package and then run the package from a stored procedure in sql server 2000.
How is this done please?

I believe I can use something like this
exec master..xp_cmdshell 'dtsrun /S servername /N dtspackagename /u username /S password'

if the above is correct then how do I pass the parameters to the dts, etc...?

Thanks
 

thread183-588474

I was standing in the park, wondering why frisbees got bigger as they came closer... then it hit me!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top