Hi,
I have an application with a download-only synchronization between a SQL Server 2008 server and a SQL Compact client both using change tracking.
I have discovered that after a while in production, certain records does not get updated on the client when changed on the server. By catching the ApplyChangedFailed event, I can see that ClientUpdateServerUpdate conflicts are detected for these records.
So my question is: What happens on the client - and on the server for that matter - when the retention period expires? Is the record marked as updated and do I thus have to handle the conflict either through ApplyChangedFailed event or the SyncConflictResolver?
Thank you beforehand,
Morten Schou