Skip to content Skip to sidebar Skip to footer

Sql Agent: Set A Max Execution Time

Afternoon. I have several SQL Agent jobs running on an MS 2K8 BI server, some of them on a daily basis, others hourly, and one every two minutes (a heartbeat monitor for another p

Solution 1:

I have never had to do this frequently, so there may be better long-term solutions, but I have created a second job to stop the first on the rare occasions that I had to perform this task. I just used the sp_stopjob procedure to do this.


Post a Comment for "Sql Agent: Set A Max Execution Time"