briangriffin
Programmer
I have a job scheduled via SQL Server Agent that has been running successfully every 15 minutes for many months. Today a user alerted me that the resulting data seemed stale, and when I looked in the job history the most recent instance was several hours ago. There was no stop date on the job.
I tried starting it manually but got the message that it couldn't start because a prior instance of the job was currently running. I restarted the service and was able to run the job manually. I assume that the schedule will pick up again in 15 minutes.
My question is how would I have known about this problem, with no failure message and nothing in history?
I tried starting it manually but got the message that it couldn't start because a prior instance of the job was currently running. I restarted the service and was able to run the job manually. I assume that the schedule will pick up again in 15 minutes.
My question is how would I have known about this problem, with no failure message and nothing in history?