May 26, 2014 at 1:07 pm
Hey guys! My organization runs DBCC CheckDB once a week. I wish we could do it more often but that's what we finally decided on. What I'm wondering is, what other alerts can I put in place to help me detect database corruption?
May 26, 2014 at 2:37 pm
You want agent alerts on all severity 20+ errors (you can set them on severity level) and on error 825. If you're doing checkDB once a week, make sure you retain all backups (full, diff and log) for at least a week.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 26, 2014 at 7:25 pm
Sweet, thanks!
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply