Back up the Central Database in 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.
- Expand the Databases node.
- Right-click on the database you want to back up and select Tasks » Back Up... from the menu.
The Back Up Database window displays.
- Select the General page.
- In the Source section:
- Ensure the correct Database is selected.
- Select the Backup Type as Full for a complete backup or Differential to back up changes made since the last full backup.
- Set the Backup component to Database.
- In the Destination section, click Add....
The Select Backup Destination window displays.
- Select the Destinations on disk as File name.
- Click the browse icon ....
The Locate Database Files window displays.
- Select a destination to save the backup database. The Selected path automatically updates.
- Set the Files of type to Backup Files(*.bak;*.tm).
- Enter a File name for the database.
Note: When entering a file name, you must include
.bakas the extension. This makes the file easier to locate when you want to restore a database. See Restore a Fusion Database. - Click OK.
The Select Backup Destination window closes.
- To set the database options (optional):
- Select the Media Options page.
- In the Overwrite media section, select Back up to the existing media set.
- Select whether to Append to the existing backup set or Overwrite all existing backup sets.
- In the Reliability sections, select one or more of the following options, if applicable:
- Verify backup when finished
- Perform checksum before writing to media
- Continue on error
- Click OK.
The message The backup of database "..." completed successfully displays.
- Click OK.
