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 |
jql
Starting Member
30 Posts |
Posted - 2013-08-15 : 06:11:25
|
Hi,i have a exe application that works if run in command line with parameters. i am trying to get the command line with parameters into a dts execute process task but can only get as far as the exe to open when i execute. can anyone please help?ThanksJ |
|
Ifor
Aged Yak Warrior
700 Posts |
Posted - 2013-08-15 : 06:56:53
|
There may be better ways to accomplish your task other than using dts.If you really want to use the dts execute process, maybe try something like:cmd /C YourProg.exe /param1 /param2 |
|
|
|
|
|