Restoring a SQL Database from an On-Premises SQL Server to an Azure Cloud

You can restore SQL databases from an on-premises SQL server to an Azure cloud.

The destination instance must be the same version or a later version of SQL than the source instance.

Procedure

  1. From the navigation pane, go to Protect > Databases.

    The Overview page appears.

  2. On the Instances page, in the row for the on-premises SQL server instance, click the action button action_button, and then click Restore.

    The Backup content dialog box appears.

  3. Select the content to restore, and then click Restore.

    The Restore options dialog box appears.

  4. Select Out of place.

  5. From the Restore type list, select Cross instance restore.

  6. From the Destination server list, select the database server that has SQL server instance.

  7. From the Destination instance list, select the on-premise SQL server to which you want to restore the data.

  8. From the Access node list, select the access node.

  9. In the Staging path on destination server box, enter the location where you want to stage the Azure BACPAC file.

    Verify that you have sufficient space in the staging path for the restore operation.

  10. If you want to rename the database, in the Data Files section, type the new name for the database.

    If you change the name of the database to a name of a database that already exists on the destination instance, the database will be overwritten.

  11. To specify the database pricing tier, in the Advanced Options section, select the Database Tier for the database.

    If you don't select a database pricing tier, the default Pricing Tier Standard S0 will be applied by default.

  12. Click Submit.

Loading...