Hi, i do have two SQL Server database that i often need to synchronize. The problem with my current setup is it synchronizes the whole database which might take some time. Sync framework can do incremental synchronization according to my research but it
is only between SQL Server and Compact Database.
Any other solution how will i implement incremental synchronization between two SQL Server databases?
Regards