News

Learn what change data capture is, why it exists and how to use it to maintain a historical record of changes to your database.
Debezium is an open-source project for change data capture using the log scanner approach to avoid dual writes and communicate persisted data correctly between services.
StreamSets also provides a so-called change data capture tool for syncing edits between copies of a business record that are stored in different systems.
One of the interesting new features in SQL Server 2008 is Change Data Capture. I wrote about Change Tracking in a previous blog entry. That will track the what, when and who but will not tell you ...