I'm trying to sync a sqlite db 3.* with sql server 2008.
so far I've followed the instructions presented in these posts(http://sqlite.phxsoftware.com/forums/p/1381/6011.aspx) and also an advice from jfromaniello, which got somehow made me think which parts of the code of the demo provided by syncguru.com (http://www.syncguru.com/projects/SyncServicesDemoBuilder.aspx) need to be kept or scrapped.
If SQL Server 2008 has integrated change tracking, and no tombstone tables, extra columns or triggers are needed, how does it work then?