Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Check the Integrity of a SQL Server Backup File?

In Microsoft SQL Server is there a way to test the integrity of a database backup file without having to restore it to see if it works?

I've looked through the SQL Server 2014 Management Studio UI and don't see a Test option exposed there.

I've filtered through the Restore Options page and haven't been able to pinpoint anything useful there.

Also I've done some searching on the Internet. Maybe it's due to the generic wording of the search items but I haven't come up with anything yet except how to restore databases.

like image 817
John K Avatar asked Dec 04 '25 02:12

John K


1 Answers

https://msdn.microsoft.com/en-us/library/ms188902.aspx

Restore verify only, verifies the backup but does not restore it


Also available in SQL Management Studio UI as a button.

enter image description here

like image 58
JRGWV Avatar answered Dec 06 '25 00:12

JRGWV



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!