Automate DB sync from Onprem to Azure SQL Database

Vijay Kumar 2,031 Reputation points
2020-10-08T20:21:48.03+00:00

Hi Team,

We are planning to automate DB sync from Onprem to Azure SQL Database?

What are the different ways?

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,629 questions
0 comments No comments
{count} votes

Accepted answer
  1. CathyJi-MSFT 21,786 Reputation points Microsoft Vendor
    2020-10-09T02:54:58.697+00:00

    Hi @Vijay Kumar ,

    If you using SQL Data Sync, please follow the steps from this MS document Tutorial: Set up SQL Data Sync between databases in Azure SQL Database and SQL Server.

    >What about Azure Data Factory?

    Move data from a SQL Server database to Azure SQL Database via Azure Blob Storage using the Azure Data Factory (ADF): this method is a supported legacy approach that has the advantages of a replicated staging copy.

    ADF pipeline that composes two data migration activities. Together they move data on a daily basis between a SQL Server database and Azure SQL Database. The two activities are:

    Copy data from a SQL Server database to an Azure Blob Storage account
    Copy data from the Azure Blob Storage account to Azure SQL Database.

    Please refer to Move data from a SQL Server database to SQL Database with Azure Data Factory.

    Best regards,

    Cathy


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


2 additional answers

Sort by: Most helpful
  1. David Browne - msft 3,846 Reputation points
    2020-10-08T20:52:33.86+00:00

    The two main ways are

    One-Way Transactional Replication to Azure SQL Database

    and

    SQL Data Sync for Azure

    for one-way batch ETL you can also use

    Azure Data Factory


  2. CathyJi-MSFT 21,786 Reputation points Microsoft Vendor
    2020-10-12T09:38:46.4+00:00

    Hi @Vijay Kumar ,

    > Can you please describe in few line, that what is main difference between SQL DataSync and Azure Data Factory?

    Refer to this similar thread Azure Data factory vs Data sync.

    Best regards,
    Cathy


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

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.