Sql-server – Restore a SQL Server database to an offline copy

restoresql serverssms

I have SQL Server Management Studio. I need to access a backup file (*.bak).

How do I create a new database engine that is OFFLINE (running from my PC not the server) and then restore the database to that offline database engine?

Best Answer

  1. Install SQL Server, if it isn't already there.
  2. Get the backup file onto you local box.
  3. Open SSMS and connect to your local instance
  4. Right-click the "Databases" folder and pick "Restore Database..."
  5. Follow the wizard until you're done