Refresh DEV Azure SQL DB from PROD Azure DB backup

Vijay Kumar 2,036 Reputation points
2022-02-14T20:14:40.06+00:00

Hi Team,

What is the procedure to Refresh DEV Azure SQL DB from PROD (Backup). We don't want to take a new DB backup. Only planning to use an available backup.

Azure SQL Edge
Azure SQL Edge
An Azure service that provides a small-footprint, edge-optimized data engine with built-in artificial intelligence. Previously known as Azure SQL Database Edge.
51 questions
Developer technologies | Transact-SQL
{count} votes

Accepted answer
  1. Anurag Sharma 17,631 Reputation points
    2022-02-15T07:29:55.127+00:00

    Hi @Vijay Kumar ,

    Thanks for the ask and using Microsoft Q&A platform .

    It seems that you have the requirement to keep on refreshing the data from production database to Development database in Azure SQL.

    Adding to suggestion provided by @Vishal , we can use Azure SQL Data Sync to keep the database sync.

    SQL Sync data offers the functionality to not only sync the Azure SQL Databases but if we are using the on-premise database it could also be synced. Also multiple databases can be configured if we have multiple environment. We can also schedule it run as per our requirement. Below is the screenshot of providing the sync frequency:

    174374-image.png

    Another way to schedule it is through Azure Automation account. Please go through the below article for the same:

    Schedule Data Sync with Azure SQL Database use an Automation account

    Using SQL sync will help us in removing any manual effort in long term. I would also request you to go through the FAQs once to know any issues beforehand:

    FAQ

    Please do let us know if this helps or else we can discuss further on the same. If answer helps, you can mark it ''Accept Answer'.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.