Merge Replication (SqlCe) - Avoid full replication run
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
At the first time when I set up my apllication and start it, merge replication is done ( 2 minutes). That's not the problem. I want avoid full cycles of replication after the first time. All the time I have to wait 2 minutes, but Merge Replication shoould only replicate changed items. I am calling the Method ReinitializeSubscription(true) before call Synchronize(), for update reasons (If database passed the first replication already). Is there a way to cut the replication time ?