Import .bak file to a database in SQL server

Tibin picture Tibin · Oct 8, 2009 · Viewed 397k times · Source

I have a file with .bak extension.

How can I import this date to a database in SQL Server?

Answer

Marcelo Mason picture Marcelo Mason · May 20, 2015

On SQL Server Management Studio

  1. Right click Databases on left pane (Object Explorer)
  2. Click Restore Database...
  3. Choose Device, click ..., and add your .bak file
  4. Click OK, then OK again

Done.