Files
azuredatastudio/extensions/azurehybridtoolkit/notebooks/hybridbook/content/data-portability/readme.md
Alex Ma a2f7136728 Update for Azure SQL Hybrid Cloud Toolkit (#13360)
* Added azurehybridtoolkit to list of external extensions

* Added updated book

* added to recommended extensions

* extensions.js updated for build

* added small changes to extension

* small changes to extension

* tsconfig change

* gitignore and vscode changes

* changed package display name
2020-11-12 14:22:50 -08:00

1.7 KiB

Data Portability

Home

Notebooks in this chapter perform a data migration using a custom Azure function that can be deployed to an Azure subscription. It enables Azure Batch computing of a complex SQL Server migration to and from a single Resource Group. Azure Batch is a process that runs large-scale parallel and high-performance computing (HPC) batch jobs efficiently in Azure. This greatly reduces the processing required locally which should prevent long execution times, timeouts and retries. Importing and exporting data to and from Azure is supported for multiple SQL database instances. Data is imported and exported to and from standard SQL backup formats (*.bacpac) which "encapsulates the database schema as well as the data stored in the database" (Microsoft Docs).

Notebooks in this Chapter

Steps

  1. The Azure function must first be deployed using the setup notebook
  2. Open the notebook for the desired migration path (import or export)
  3. Configure and execute notebook
  4. Monitor progress with periodic notebook queries
  5. Verify data has been imported/exported by reviewing the storage account for the migrated Resource Group