in

SQL Server CE Portal

This site is dedicated to all versions of SQL Server Compact Edition (CE)
All Tags » Purging (RSS)

Browse by Tags

  • 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 don't do anything. In general, we'd expect the DBA...
    Posted to Sync Services FAQ (Weblog) by Administrator on 03-22-2007
  • 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" on the client prior to these changes being sent...
    Posted to Sync Services FAQ (Weblog) by Administrator on 03-22-2007
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems