• Hi Steve Jones, I have doubt CHECKDB and CHECKSUM.

    DBCC CHECKDB - it is allocate the huge resource for checking database Integrity & consistancy operation.

    CHECKSUM - it is verify page level corruptions during the database backups as well as new page creation also no resource operations.

    Can we kept CHECKSUM option in database Instead checking every week DBCC CHECKDB?

    Thanks

    ananda