Home:ALL Converter>Copy data from on-premises SQL Server database to Azure SQL Server database

Copy data from on-premises SQL Server database to Azure SQL Server database

Ask Time:2018-02-16T19:26:34         Author:Shubham Sharma

Json Formatter

I have two SQL Server instances, one being an on-premise SQL Server and the other being Azure SQL Server instance. Some of the tables in the Azure SQL Server database have a few columns which contain data from the on-premise SQL Server database (although the table schemas are different).

We need to make sure that whenever new entries are added into the on-premises SQL Server database, the corresponding entries should get inserted in the Azure SQL Server database as well.

What is the best way to do this?

Author:Shubham Sharma,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/48825774/copy-data-from-on-premises-sql-server-database-to-azure-sql-server-database
yy