Hi I'm trying to create a new "Local Database Cache" item in Visual Studio 2010 to sync against a local Sql Server Express 2008 R2 database.
When the wizard pops up though the "Use SQL Server change tracking" checkbox is disabled. Any ideas? I tried running
ALTER DATABASE MY_Database SET CHANGE_TRACKING = ON
but that had no effect.
Cheers,
Alex..