SQL: Auto Page Repair in SQL Server? (Or Not?)
Database mirroring was added way in SQL Server 2005. One of the features added to it later in SQL Server 2008 was auto page repair. When SQL Server 2012 was released, Availability Groups also offered auto page repair.
Just how useful is this feature though ?
I’ll start by saying that it can’t hurt.
When SQL Server is reading a page on the primary replica and receives an unrecoverable I/O error (typically but not always, an error 823 for a checksum error), it will try to repair the page when:
2026-07-29
