Disabling Publication of Change Data for a SQL Server Source
Disabling Publication of Change Data for a SQL Server Source
You can disable publication of change data for a SQL Server source. For example, you might disable publication to perform some database maintenance, change the table definition, or avoid capturing unwanted changes.
Open the capture registration for the table, and change the
Status
setting from
Active
to
History
.
This action disables publication of the SQL Server article for the table to the distribution database, which causes change capture to stop.
After the registration status is set to
History
, you cannot activate the registration for CDC use again.