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

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

Break comma separated into multiple rows in MYSQL

mysql global search procedure