What happens when an Index Optimize or Integrity Check fail for one DB? #515
Unanswered
Lumute
asked this question in
Questions & Answers
Replies: 2 comments 1 reply
-
It will continue processing the remaining databases. The job will report failure in the end. |
Beta Was this translation helpful? Give feedback.
1 reply
-
If the failure is from deadlock or lock timeouts, you can also use the LockMessageSeverity parameter to allow it to be an informational message instead of a failure messge. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I implemented this solution and so far index optimization and integrity check jobs are working beautifully for all my DBs.
That said, I am wondering, what happens when one of those tasks fail for one of the DBs, will the whole Job report failure? and if so, what happens with the remaining of the DBs, does the job continues for the DBs that are still pending or will it just stop processing on the DB it failed based on the order specified?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions