Browse by Tags

All Tags » Purging (RSS)

Purging Deletes

Q: How are deletes purged? A: On the server, deletes are either kept in a tombstone table, or simply tracked by some sort of active/status flag in the primary table. Since this version of Sync Services isn't tightly coupled to SQL Server, we actually...
Posted by Administrator | with no comments
Filed under: ,

Deletion without Syncing Changes

Q: Can I purge old data on the client without triggering a delete on the server? A: Yes. While we don't have a simple API to do this today, you can delete a bunch of rows on the client based on what ever criteria you decide, than simply "AcceptChanges...
Posted by Administrator | with no comments
Filed under: ,
More Posts