Tracking Change Data Capture in SQL Server 2008

added by codegain
1/20/2011 3:35:13 AM

121 Views

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


0 comments