CDC - Change Data Capture SQL Server 2008
(1)
| 94 views this month
CDC or Change data capture is a new feature in SQL Server 2008, which is an ability to record changes to table data into another table without writing triggers or some other mechanism, Change
data capture records the changes like insert, update, and delete to a table in SQL server thus…