Copying a Database

This topic describes how to copy a database from one SQL Server database engine to another by using dbForge Fusion for SQL Server. The Copy Database wizard allows you move, copy or override databases and their objects easily.

Limitations and Restrictions:

  1. You cannot copy or move the following databases:
  • System databases
  • Databases marked for replication.
  • Databases marked Inaccessible, Loading, Offline, Recovering, Suspect.
  1. If you select the Move option, the wizard deletes the source database automatically after moving the database. The Copy Database wizard does not delete a source database if you select the Copy option.

  2. You cannot copy a database from the source SQL Server instance to the target, if there is exactly the same database hosted on the target SQL Server instance. In this case, you must select the Override option. If the option is selected, the target database will be overridden.

  3. You must be a member of the sysadmin server role on both the source and target servers.

  4. SQL Agent should be run on SQL Server. For more information about SQL Agent, refer to the MDSN entry.

To Copy a Database:

  1. In Database Explorer, expand the node for the instance containing the database to be scripted.

  2. Point to Tasks, and then click Copy Database. The Copy Database wizard opens.

  3. Optionally, you can click the Open button, to load a previously saved project file.

  4. In the Source section, select the source SQL Server instance.

  5. In the Target section, select the target SQL Server instance.

    Note

    SQL Server version on target must be the same or higher than that on the source.

  6. On the Select databases page, select checkboxes next to a database name you want to copy, move or overwrite. Optionally you can use the Filter tool for quick search.

  7. Optionally, on the Target databases page, you can change the name of the target database, as well as the directory for the Data and Log files. By default, the Data and the Log files are saved to a folder of the target server. If you decide to change the directory for the files, make sure this folder is shared between the source and the target servers.

  8. On the Transfer settings page, set the proxy settings for the transfer of selected database(s).

  9. On the Copy logins page, select logins to copy.

  10. On the Errors Handling page, specify errors processing behavior and logging options.

  11. Click Execute.