• dirk.dromgoole (5/20/2014)


    I have a stored procedure that uses xp_cmdshell to execute an executable. I made code changes to the executable and compiled a new build. The stored procedure that uses xp_cmdshell to execute is not recognizing the code changes but when I run the same command from cmd prompt it works fine. Any ideas?

    First thought would be more than one instance of the executable on the system.

    😎