Skip to main content

How to backup and restore a database

Written by Charnjit Singh Dharival

To take a backup of your database, do the following:

  1. Launch SQL Server Management Studio (SSMS) and connect to your SQL Server instance.

  2. Expand the Databases node in Object Explorer.

  3. Right-click the database, hover over Tasks, and select Back up....

  4. Under Destination, confirm the path for your backup is correct. If you need to change this, select Remove to remove the existing path, and then Add to type in a new path. You can use the ellipses to navigate to a specific file.

  5. Select OK to take a backup of your database.

To restore database

  1. Launch SQL Server Management Studio (SSMS) and connect to your SQL Server instance.

  2. Right-click the Databases node in Object Explorer and select Restore Database....

  3. Select Device:, and then select the ellipses (...) to locate your backup file.

  4. Select Add and navigate to where your .bak file is located. Select the .bak file and then select OK.

  5. Select OK to close the Select backup devices dialog box.

  6. Select OK to restore the backup of your database.

Note: You may receive a message: 'the backup set holds a backup of a database other than the existing ORCHESTRATE_PLAY database'. To overwrite this prompt, you will have to go into options and select 'Overwrite the existing database (WITH REPLACE)'.
​
If you are a hosted customer who requires a restore, Please raise a new case online and reference the title of this article

Did this answer your question?