Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
JasonL
Starting Member
35 Posts |
Posted - 2008-02-27 : 19:36:52
|
FYI:Thought I share this: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.For details:http://channel9.msdn.com/ShowPost.aspx?PostID=368260JasonL from Microsoft http://blogs.msdn.com/usisvde/ |
|
|
|
|