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
In above query School is name of the database.
If we want to track tables in database whether CDC enabled or not then
Above query will list name of all tables in School database CDC enabled.
We can track the database had CDC enabled by querying IS_CDC_ENABLED column
In above query School is name of the database.
If we want to track tables in database whether CDC enabled or not then
Above query will list name of all tables in School database CDC enabled.
No comments:
Post a Comment