简体   繁体   中英

Sync data between two remotely placed servers

I have two data servers which are placed remotely in different locations. One server is SQL Server 2008 R2 and the other one is SQL Azure.

SQL Server contains more than 50000000 records and I want to sync that data into the SQL Azure server.

What are the best ways to do so that we did not face following problems

  1. Data loss
  2. Duplications or data redundancy
  3. Delays

Thanks in advance

You can use SQL Data Sync by installing the sync agent on your SQL Server 2008 R2 machine and point the agent to your SQL Azure database.

Check this link for all the details http://azure.microsoft.com/en-us/documentation/articles/sql-database-get-started-sql-data-sync/

Additionally, you can use an SSIS job on the SQL Server to copy the data to your SQL Azure database.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM