- Follow the menu path: Start > Programs > Microsoft SQL Server 20xx > SQL Server Management Studio.
- In the Connect to Server window, enter the login details as required, then click Connect.
- From within SQL Server Management Studio, right-click on the Databases folder and select Restore Database.
- From the Restore Database window, select From device then click the ellipsis button and click Add.
- Browse to the location of your backup, highlight the item and click OK.
- Click OK again to the Specify Backup window.
- In the Restore Database window, ensure the To Database field is correct and select the Restore option.
- Navigate to Options and select the Overwrite the existing database (WITH REPLACE) option. Then click OK to restore the database. The Restore of database completed successfully window appears.
- Click OK. The database has been restored successfully.
If you have issues performing the MS SQL Server Management Studio restore process, please contact your IT provider.
Once you have successfully restored the database, you will need to run the Create User.sql script or you will not be able to log in. For details and a copy of the script, refer to Running the Create user.sql script