In development I find myself restoring databases every once in a while and as much as I always hope its going to be a quick “pull the backup – restore the db – start coding” kind of process; it doesn’t…
Tag: restore
Restoring a Multi-File Database
Recently I was trying to restore a standard SQL Server database from .bak file and this error came up: Here are the steps I took to overcome the error 1. If one doesn’t already exist, create a new empty database…