Disbabled sql server job will still try to run at the original scheduled time -


I have a SQL Server job that has been disabled. But the effort to run the job on the scheduled scheduled time is continuing. I wonder why this is doing this.

Thank you!

If the job was disabled by setting the system table directly, then it could disable the SQL Agent Can appear in the form, but in fact it will still go. To disable the job, make sure that you either the SSMS UI or the system stored procedure sp_update_job .


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -