How to Restore a Backup of Database in SSMS

1 Run the SQL server Management Studio from the Start Menu

Run the SQL server Management Studio from the Start Menu

2 Restore the Database

2.1 Connect to the Server
Connect to the Server
2.2 Choose the Database
Choose the Database
2.3 Right-click on the Database Name “test” and Click “Tasks”. Click “Restore”, then click ”Database”.
Choose the Database
2.4 Choose “Device”, then click “…”
Choose device
2.5 Select the Backup Devices
Select the Backup Devices
2.6 Find the Backup Database from the Folder
Choose the Database
Choose the Database
2.7 Restore the Database
Restore the Database
2.8 Choose “options” and Restore the Options

Overwrite the existing database (WITH REPLACE)

Restore the Options
2.9 Restored successfully
Restored successfully
2.10 Delete the Database Existing User
Delete the Database Existing User
2.11 Delete the Object
Delete the Object
2.12 How to Connect to User mapping
Connect to User mapping
Connect to User mapping
Connect to User mapping
2.13 Done