In this blog post, let’s learn about the error message “22985 – Change data capture has not been enabled for source table ‘%s.%s’. Specify the name of a table enabled for Change Data Capture. To report on the tables enabled for Change Data Capture, query the is_tracked_by_cdc column in the sys.tables catalog view.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
22985 – Change data capture has not been enabled for source table ‘%s.%s’. Specify the name of a table enabled for Change Data Capture. To report on the tables enabled for Change Data Capture, query the is_tracked_by_cdc column in the sys.tables catalog view.
Reason for the Error
To be update soon…
Solution
To be update soon…