June 2015
Intermediate to advanced
1800 pages
70h 6m
English
Type: Basic (NEW)
Default value: 0
With SQL Server 2014, you can use the BACKUP and RESTORE Transact-SQL statement WITH CHECKSUM. Doing a checksum verifies the backups file integrity (same size). However, when you install SQL Server 2014, the backup checksum default is set to 0, which makes backup/restore checksum off by default. To change the default to CHECKSUM, you set the backup checksum default to 1. To revert the default to NO_CHECKSUM, set the backup checksum default back to 0.
Read now
Unlock full access