An Idea can change your life.....

Thursday, October 29, 2009

CDC - Change Data Capture SQL Server 2008


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 making the details of the changes available in relational format.

No comments: