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

Grouping Sets, With Rollup and With Cube example

Adding Page brake aganist group values

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