How to verify database backup file

If you want to verify database backup file to see if it is corrupt or not you have to use following T-Sql statement.

RESTORE VERIFYONLY FROM DISK =  'E:\abc.bak'

just you have to write the path of backup file in the statement.

Comments

Popular posts from this blog

TSQL To Get All the Names of tables and Databases whose data have changed in last 24 Hours

To Get All the Names of tables and Databases their data have changed in last 24 Hours And Backup those databases

Apply paging in procedure