Posts

Showing posts from November, 2012

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.