I have an existing SQL Server Job to which I added a job step in between step 1 and 3 to execute a stored procedure. Although the job history indicates a successful execution of the job, the stored procedure is not executed (data that should be changed
is not). When I execute the proc outside of the job using the same syntax of the job, the data is changed correctly. Any idea why a job step would behave in this manner and what I can do about it besides deleting the job step and re-adding it?
SQL Server version=2008 SP2