How to Check the Integrity of a SQL Server Backup File? -
in microsoft sql server there way test integrity of database backup file without having restore see if works?
i've looked through sql server 2014 management studio ui , don't see test option exposed there.
i've filtered through restore options page , haven't been able pinpoint useful there.
also i've done searching on internet. maybe it's due generic wording of search items haven't come yet except how restore databases.
https://msdn.microsoft.com/en-us/library/ms188902.aspx
restore verify only, verifies backup not restore it
also available in sql management studio ui button.

Comments
Post a Comment