This topic has not yet been rated - Rate this topic

How to: Enable or Disable Backup Checksums (Transact-SQL)

This topic explains how to enable or disable backup checksums.

  1. Execute the BACKUP DATABASE statement.

  2. As part of the options, specify:

    • CHECKSUM, which explicitly requests backup checksums.
    • NO_CHECKSUM, which explicitly disables backup checksums (this is the default behavior).
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.