Pain Point: Something bad happened and you need to restore a SQL Server database. Pain Point you didn’t know you had: The backup files are all corrupt due a problem with the storage subsystem. Solution: Do test restores with one line of code from DBATools.io Set-DbatoolsInsecureConnection -SessionOnly Test-DbaLastBackup -SqlInstance Precision7770-1 You will need a…
The post Test Restore Your SQL Server Databases appeared first on DallasDBAs.com.