CHECKSUM

  • what is the use of check sum in sql server:

    ex: RESTORE DATABASE [XXX] FROM DISK = 'XX.BAK' with check sum

  • It can help check for errors in the db such as corruption.

    There is little point in restoring a corrupted database unless you are testing the fix for the corruption.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply