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 strongm 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
Jul 24, 2003
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top