Hi @ Bob Fischer
Greetings!!
With Azure Data Sync being retired, there are several alternatives you can consider for synchronizing your on-premises SQL Server with an Azure-hosted database.
Here are some options suitable to your scenario:
Azure Data Factory: This is a robust option for data integration and transformation. It allows you to copy data from on-premises SQL Server to Azure SQL Database using pipelines. You can schedule and automate these processes for daily updates.
Transactional Replication: This SQL Server feature enables you to replicate data from your on-premises SQL Server to Azure SQL Database. It works well for scenarios requiring near real-time synchronization.
Azure SQL Managed Instance Link: If you are open to using Azure SQL Managed Instance, this feature allows seamless data synchronization between on-premises SQL Server and the cloud.
Read Replicas: For read-heavy workloads, you can use read replicas in Azure SQL Database to offload queries from the primary database.
Custom Solutions with Azure Functions: You can create custom synchronization logic using Azure Functions to handle specific requirements.
Microsoft provides a detailed guide on migrating from SQL Data Sync, which includes alternative solutions and their use cases. You can find it here.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.