Skip to content Skip to sidebar Skip to footer

How To Make Sure Synchronization Using The Microsoft Sync Framework Was Successful?

I am using the Microsoft Sync Framework to synchronize a table on two Microsoft SQL Servers. I have created a test application which generates one row per second in the table on th

Solution 1:

there's an issue with change enumeration when DMLs and synchronization are running concurrently. have a look at this hotfix if it helps.


Post a Comment for "How To Make Sure Synchronization Using The Microsoft Sync Framework Was Successful?"