Error Alerts to detect corruption

  • 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?

  • 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

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Sweet, thanks!

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply