Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 12111

Migrate data in Azure SQL from dev to test (and prod)

$
0
0

I have a dev, test and a prod environment, all stored on different AzureSQL Servers and resource groups. My task is to copy all the data from dev to test (and later prod, but for now test first). I am using alembic to copy the structure, but I need some solution to copy the data.

I had my own solution with a python script, but this is a little bit prone to errors and I would prefer a standardized solution... (the script was not always working properly due to FK constraints, etc.)

Is there any automated software solution for this? I have azure-migrate in mind, but Microsoft says it is to transfer data from on premise servers and data factory pipelines need to be configured manually.

In the future it could also be that I need to frequently transfer data from prod to dev/test to update the data for development purposes.


Viewing all articles
Browse latest Browse all 12111

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>