Tracking Change Data Capture in SQL Server 2008


A very important feature of SQL Server 2008 is that we can enable CDC [Change Data capture] on database or table.

We can track the database had CDC enabled by querying IS_CDC_ENABLED column 

1.gif 
In above query School is name of the database.

If we want to track tables in database whether CDC enabled or not then 

2.gif
 
Above query will list name of all tables in School database CDC enabled.
Ebook Download
View all
Learn
View all