USE msdb
EXEC sp_help_job
Look for current_execution_status
0 Returns only those jobs that are not idle or suspended.
1 Executing.
2 Waiting for thread.
3 Between retries.
4 Idle.
5 Suspended.
7 Performing completion actions.
I actually was looking at that but what if the job is executing and you run the query to find out if it has finished or errored and you actually retrieve the info on the last time you ran the job not the current one.
What im trying to do is run a function after the job is finished. If it did not finish because it had an error in one of the sp's than i do not want the next function to complete.
Add the function as the next step in the job in this case
In this case if job succeeds go to next step if it fails stop execution
You can set this up in steps/advanced tab
Somewhat of subject but is there a way to run an executible in sql? I tried this below and see it running in the task manager but for some reason it does not show up on the screen.
Somewhat off subject but is there a way to run an executible in sql? I tried this below and see it running in the task manager but for some reason it does not show up on the screen.
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.