Hi
I want to 2-way synchronize 1 SQL Server table with another SQL Server database across the internet using either WCF or Restful HTTP. Both SQL Servers (2008 R2) would have change tracking enabled on the table requiring synchronization.
Ideally I would start with a console application which works on both servers as this should be a peer-to-peer solution.
I've looked though many examples but they either don't seem to use SQL Server change tracking, only work with servers on the same network, or seem very complicated.
Can you help me with some code examples?
Many thanks
Andrew