- Launch SSMS
- Connect to the SQL Server
- Download the sample database files
- Copy the sample database files and locate the MSSQLSERVER folder in Program Files (x86)
- Open the Backup folder and add the sample database files to the data files.
-
In Object Explorer, right-click the Databases node and select Restore Database.
-
In the Restore Database dialog box, select the Database to restore.
-
In the Source section, select Device and then click the ellipsis (...) button to locate your backup file.
-
Select Add and navigate to where your .bak file is located.
-
In the Destination section, confirm that the Database box is populated with the name of the database to be restored.
-
To change the name of the database,enter the new name in the Database box.
-
In the Restore options section, select the following options:
- Overwrite the existing database (WITH REPLACE)
- Close existing connections to destination database
- Click OK to start the restore process.
For more information to restore a database backup using SSMS Here



