SQL Server: Enable CHECKSUM Page Verification to detect a prime spot of Data Corruption

From the MSDN, “When CHECKSUM is enabled for the PAGE_VERIFY database option, the SQL Server Database Engine calculates a checksum over the contents of the whole page, and stores the value in the page header when a page is written to disk. When the page read from disk, the checksum is recomputed and compared to … Continue reading SQL Server: Enable CHECKSUM Page Verification to detect a prime spot of Data Corruption