Is it possible to run a batch file from sql server agent without using `xp_cmdshell`? I have tried using
cmd.exe /c "c:\filename.bat"
but it doesn't work.
↧