|
Question : stop a long running job
|
|
Is there any way to configure a SQL Server job to stop after running for X number of Hours ? I know I can code it, if the job step contains my own code. But, I am running a job that contains third party VB script and it is sometimes running indefenitely. I want a way to be able to identify this and stop the job.
Basically I'm looking for an option similar to the one in NT Scheduler as 'Stop the task if it runs for: 72 Hours'.
|
|
Answer : stop a long running job
|
|
|
|
|