Restore a Fusion Database
Before You Restore a SQL Database
- Ensure that your SQL server is up and running.
- Ensure that Mixed Mode Authentication is installed.
- Verify that you have the required role to perform a restore operation. Administrator or Backup Operator roles are usually required.
- Locate the backup file you want to restore on your machine. The backup file has the extension .bak for an SQL server.
Note: Blank Central Databases are available on the Datamine Product Store.
To restore a database using SQL Server Management Studio (SSMS):
- Open Server Management Studio (SSMS).
The Connect to Server window displays.
- Enter the following Server details:
- Server type
- Server name
- Select the Authentication method. If required, enter your login credentials.
- Enter the following Connection Security details:
- Select the Encryption type.
- Select whether to Trust server certificate.
- If Strict is selected as the Encryption type, enter the Host name in certificate.
- Click Connect.
The nodes for the database display in the Object Explorer window.
- Right-click the Databases node and select Restore Database... from the menu.
The Restore Database window displays.
- Select the General page.
- Set the Source to Device.
- Click the browse icon ....
The Select backup devices window displays.
- Set the Backup media type to File.
- Click Add.
The Locate Backup File window displays.
- Browse for and select the required .bak file.
- Click OK.
- Click OK again.
- The fields on the General page automatically update based on the information from the selected database.
Note: You can Restore to an existing database and overwrite the database or you can create a new database.
- Ensure that your database has Restore checked in the Backup sets to restore section.
- Click OK.
The database displays in the Databases node in the Object Explorer.