BACKUP verify in TSQL

  • I am missing something - In SQL Server 2008 I can backup a database with "reliability" options including "Verify backup when finished" and "Perform a checksum". How can I use these options in a T-SQL backup of a database?

    I know that the true test is to restore and run a DBCC, but short of that how can TSQL be told to VERIFY?

    Thank you for any assistance.

  • BACKUP DATABASE ..... WITH CHECKSUM

    RESTORE VERIFYONLY FROM DISK = ....

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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