What's the best way to sync an on-premise SQL Server database to Azure Windows Server SQL Server?
The offline server we have Windows Server 2016, SQL Server and Dynamics Nav.
We created an Azure VM and installed Windows Server 2016, SQL Server and restored the database. We also installed Nav Dynamics and sync the VM SQL Server. Everything is integrated on the VM.
We want to automate data and sync the on-premise SQL Server with the online SQL Server once every hour.
What's the best, efficient way to achieve that. We tried to use Azure SQL Server but there is limitation for the data sync group where it can only sync database with less 500 tables in it. We have more than 2500+ tables on our database.