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.
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 AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
lalbatros
Yak Posting Veteran
69 Posts |
Posted - 2007-12-03 : 14:31:29
|
Thanks! |
 |
|
|
|
|