简体   繁体   中英

Extract data from one Azure SQL DB, transform and load into another Azure SQL DB

We have two Azure PaaS SQL Servers, one in our production resource group and another in our QA resource group.

I'm looking for the best way to 'copy' the data from an Azure SQL DB in the production resource group to an Azure SQL DB in the QA resource group. As part of this process the data must undergo some simple transformations to anonymise the data before it lands in the QA DB.

We have deletion locks in place on the resource groups so deleting and recreating databases is an option I'd rather avoid.

The 'copying' can take place on a weekly schedule and it would be acceptable to drop any existing data in the target Azure SQL DB each time the process is run.

What are the most suitable options in Azure to accomplish this?

Go with Azure Data Factory. You can use it for pretty much anything that SSIS was used for onsite, and more.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM