SQL Server supports three types of checksums: a checksum on pages, a checksum in log blocks, and a backup checksum. When generating a backup checksum, BACKUP verifies that the data read from the database is consistent with any checksum or torn-page indication that is present in the database.
The BACKUP statement optionally computes a backup checksum on the backup stream; if page-checksum or torn-page
information is present on a given page, when backing up the page, BACKUP also verifies the checksum and torn-page status and
the page ID, of the page. When creating a backup checksum, a backup operation does not add any checksums to pages. Pages
are backed up as they exist in the database, and the pages are unmodified by backup.
Submitted questions and answers are subject to review and editing, and may or may not be selected for posting, at the sole discretion of w3Sniff.
Get Started
Comments
Leave a Comment