Hello There,
I am in the process of upgrading a WPF application to use sync framework 2.1.
As part of this I am using the new, far simpler API for creating scopes etc.
The tutorials on MSDN that I have seen thus far do not mention retention and how it is handled. This used to be handled by the server itself, as SQL Server Change Tracking was used. This is no longer the case. So, how should retention be handled and old
meta data cleaned up?
Thanks