I've scheduled a job (executing a DTS).
Is there any way I can set a maximum amount of time a job like that can "execute" ? I mean : If the job isn't done after 15 minutes, It should stop.
You would need to write another job, that checks the most recent start time, and if the specified time has enablsed and the job is still running stop the job.
However wouldn't stopping this job cause problems. It would probably be better to try to speed up the job, rather than just stop the job.
Denny
MCSA (2003) / MCDBA (SQL 2000)
--Anything is possible. All it takes is a little research. (Me)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.