Hello - I want to confirm that if I use the SqlSyncProvider to synchronize between two SQL Server 2008 databases, then I don't need to set change tracking in the database instances. I've read in past posts that
SqlSyncProvider doesn't support SQL 2008 change tracking - is this still true? I've tried GaryE's
SQL Server and SQL Express 2-Tier sample and noted that change tracking is not enabled on the DB instances and the sample uses the
SqlSyncScopeProvisioning
class.
http://code.msdn.microsoft.com/Database-SyncSQL-Server-a9752fac
Also, is there any advantage then to enabling change tracking if
SqlSyncProvider
doesn't use it?