SQL Server Error Code – 22985 change data capture has not been enabled

In this blog post, you’ll learn more about the SQL Server Error Code 22985 and the error message description that is shown

SQL Server Error Code

22985

SQL Server Error Description for the Code :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.

Leave Your Comment