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.