Hi
As far as I understand the Client Server Scenario (aka Offline Scenario) it is supposed to use with a SQL Server as Server and a SQL Server Compact as Client. I have to implement a synchronization between a master and several nodes where the nodes communicate and synchronize with the master but not with each other. Master and Nodes are all SQL Server 2008.
Is it possible (and does it make sense) to use the MS Sync Framework for this scenario?
When I set up a Client Server synchronization there is only a SqlCeClientSyncProvider
(Note the Ce) but no SqlClientSyncProvider
(without Ce)
thanks