Restore a Database in SQL Server

  • Open SQL Server Management Studio (SSMS).
  • Right click on Database. Click on Restore Database…
  • Click on Device. Click on Add and select the file to restore. Click Ok. Again click OK.
  • You will get a message that your database is successfully restored.
  • You will be able to the new database under the Database category.
Advertisement

Install SQL Server 2019

Below are the steps to setup SQL Server 2019

  • Scroll Down and install Express Edition
  • Select Basic installation type
  • Accept the License Terms
  • Verify the SQL Server installation location. Click on Install. It will take few minutes. When the installation is done, you will get below screen. You can install SSMS from here by clicking on Install SSSM button.
  • When you click on Install SSMS button, it will open a Web Page in a new tab. Scroll down to download it. It will start downloading .exe file of SSMS Setup.
  • Click on the file to open the installation wizard. Click on Install to start the installation.
  • This will install SQL Server Management Studio (SSMS).