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 |
ashley.sql
Constraint Violating Yak Guru
299 Posts |
Posted - 2007-08-08 : 16:11:38
|
I can run a DTS job from a batchfile by using this in CMDdtsrun /Sserver_name /Uuser_name /Ppassword /NDTS_PACKAGE_NAMEAshley Rhodes |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-08-08 : 16:47:24
|
You can run msdb..sp_start_job with osql. |
|
|
|
|
|