Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 how to run a DTS from a stored procedure

Author  Topic 

lalbatros
Yak Posting Veteran

69 Posts

Posted - 2007-12-03 : 10:31:09
Hello, I just enjoyed very much the possibility to launch and exe from a stored procedure.

Now I would like to know if it is possible to start a DTS package from a stored procedure.

This could again make my day.

thanks

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2007-12-03 : 10:34:12
[code]exec xp_cmdshell 'dtsrun /Sserver_name /Uuser_nName /Ppassword /Npackage_name /Mpackage_password'[/code]

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

lalbatros
Yak Posting Veteran

69 Posts

Posted - 2007-12-03 : 14:31:29
Thanks!
Go to Top of Page
   

- Advertisement -