Restore in SQL Server

Rumman Ansari   Software Engineer   2023-03-25   5653 Share
☰ Table of Contents

Table of Content:


In this tutorial I will show you how to restore database. In SQL Server, you can restore a database very easily. To restore a database right click on the Databases node, then select Restore Database...

Database Restore in SQL Server
  1. Select Device
  2. Click on three dot
Database Restore in SQL Server

Click on Add button. Then add your backup file.

Database Restore in SQL Server
  1. Go to the backup file location
  2. Select backup file
  3. Click OK
Database Restore in SQL Server
  1. You can see the file
  2. Click on OK
Database Restore in SQL Server
  1. You can change the destionation Database name
Database Restore in SQL Server

You can change the logical file name

Database Restore in SQL Server

After clicking on Ok button you will get a success message.

Database Restore in SQL Server

Now you can check your database node you will be able to see you database which you restored.

Database Restore in SQL Server