I have a scheduled job that runs every day at 12:45 am.
One of the steps (which executes a stored procedure)is stopping after 30 minutes of run time. SQL Server indicates that the step has completed successfully. When I look at the output table, no rows have been inserted. This has been occurring for the last 3 weeks, consistently, and each time the job stops right at 30 minutes. Other steps in this job have run longer than 30 minutes. When I run the stored procedure interactively, rows are created in the output table and the run times vary from 35 to 50 minutes. This stored procedure has been in use for over a year and there have been no recent changes to the procedure.
Any ideas why this is happening? I am using SQL Server 2000.
One of the steps (which executes a stored procedure)is stopping after 30 minutes of run time. SQL Server indicates that the step has completed successfully. When I look at the output table, no rows have been inserted. This has been occurring for the last 3 weeks, consistently, and each time the job stops right at 30 minutes. Other steps in this job have run longer than 30 minutes. When I run the stored procedure interactively, rows are created in the output table and the run times vary from 35 to 50 minutes. This stored procedure has been in use for over a year and there have been no recent changes to the procedure.
Any ideas why this is happening? I am using SQL Server 2000.