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 |
NeilC
Yak Posting Veteran
55 Posts |
Posted - 2006-05-16 : 15:29:25
|
Im trying to get a DTS package to run a command line but where ever I put the command nothing is executed. Im entering the command into 'Parameters' area but when the command line opens the command is not passed into it |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2006-05-16 : 15:32:22
|
Wrap your command line code into a batch file (cmd or bat extension). Call the batch file instead of cmd.exe.Tara Kizeraka tduggan |
 |
|
NeilC
Yak Posting Veteran
55 Posts |
Posted - 2006-05-16 : 15:38:04
|
AWESOME! Thanks for the quick reply, works perfectly :)I have bookmarked this site |
 |
|
|
|
|