Is it possible to specify two arguments to CmdExec in SQL JOb Step?
I have MyApp.exe Para1 Para2
but it only recognize para1.
Is it possible to specify two arguments to CmdExec in SQL JOb Step?
I have MyApp.exe Para1 Para2
but it only recognize para1.
You can check in sysjobsteps to see what SQL Server stores as the command.
If it says "MyApp.exe Para1 Para2" then it means Para2 is probably not recognised by myApp.exe