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.

enter image description here


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -