Backing up a Database
Last modified: October 23, 2019
This topic describes how to create a database backup in SQL Server by using dbForge Fusion for SQL Server.
To back up a database:
-
After connecting to a required instance of the Microsoft SQL Server Database Engine, in Database Explorer, click the server name to expand the server tree.
-
Either select a user database or expand the System Databases folder and select a system database.
-
Right-click the database, point to Tasks, and then click Back Up. The Back Up Database dialog box appears.
-
In the Connection list box, verify the connection name. You can optionally select a different connection from the list.
-
In the Backup type list box, select a backup type.
-
In the Database list box, verify the database name. You can optionally select a different database from the list.
-
Optionally, you can select Copy Only Backup to create a copy-only backup. A copy-only backup is a SQL Server backup that is independent of the sequence of conventional SQL Server backups.
Note
If the backup type is set to Differential, you cannot create a copy-only backup.
-
For Backup component, either click Database or Files and Filesgroups.
-
To select the paths, click Add. The selected paths are displayed in the Backup to disc box.
-
To view or select the media options, click Media Options.
-
Select the Overwrite Media option, by clicking one of the following:
-
Back up to the existing mediaset
For this option, click either Append to the existing backup set or Overwrite all existing backup sets.
-
Back up to a new media set, and erase all existing backup sets
For this option, enter a name in the New media set name text box, and, optionally, describe the media set in the New media set description text box.
- In the Reliability section, optionally check:
- Verify backup when finished
- Perform checksum before writing to media
- Continue on error
-
The options in the Transaction log section are inactive unless you are backing up a transaction log (as specified in the Backup type section of the General page).
-
To view or select the backup options, click Backup Options.
-
Specify when the backup set will expire and can be overwritten without explicitly skipping verification of the expiration data:
-
To have the backup set expire after a specific number of days, click After (the default option), and enter the number of days after set creation that the set will expire. This value can be from 0 to 99999 days; a value of 0 days means that the backup set will never expire.
-
The default value is set in the Default backup media retention (in days) option of the Server Properties dialog box (Database Settings Page). To access this, right-click the server name in Object Explorer and select properties; then select the Database Settings page.
-
To have the backup set expire on a specific date, click On, and enter the date on which the set will expire.
-
-
Click Back Up.
-
When backup is already in progress you can interrupt it by clicking the Cancel button.
-
The Finish tab displays whether the backup process has been finished successfully.
-
Click Finish to close the Backup wizard.