This topic describes how to create a database backup in SQL Server by using dbForge Studio for SQL Server. You can use this feature to move your database to another server.
1. 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.
2. Either select a user database or expand the System Databases folder and select a system database.
3. Right-click the database, point to Tasks, and then click Back Up. The Back Up Database dialog box appears.
4. In the Connection list box, verify the connection name. You can optionally select a different connection from the list.
5. In the Backup type list box, select a backup type.
6. In the Database list box, verify the database name. You can optionally select a different database from the list.
7. 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.
8. For Backup component, either click Database or Files and Filegroups.
9. To select the paths, click Add. The selected paths are displayed in the Backup to disc box.
Note
To back up the database to a mapped network drive, create a path to a local drive and then modify it manually.
10. To view or select the media options, click Media Options.
11. Select an Overwrite Media option, by clicking one of the following:
12. In the Reliability section, optionally select:
13. 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).
14. To view or select the backup options, click Backup Options. The page allows to:
15. Click Back Up.
16. When the backup is already in progress, you can interrupt it by clicking the Cancel button.
17. The Finish tab displays whether the backup process has been finished successfully.
18. Click Finish to close the Backup wizard.
If you are interested, you can read about how to configure SQL Server backups on a Windows system in the How to Set Up Every Day Database Auto Backup in SQL Server article.