SQL Server Error Msg 22997 – The Change Data Capture ‘%s’ job does not exist in the system table ‘msdb.dbo.cdc_jobs’. Use the stored procedure ‘sys.sp_cdc_add_job’ to add the Change Data Capture job.

In this blog post, let’s learn about the error message “22997 – The Change Data Capture ‘%s’ job does not exist in the system table ‘msdb.dbo.cdc_jobs’. Use the stored procedure ‘sys.sp_cdc_add_job’ to add the Change Data Capture job.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

22997 – The Change Data Capture ‘%s’ job does not exist in the system table ‘msdb.dbo.cdc_jobs’. Use the stored procedure ‘sys.sp_cdc_add_job’ to add the Change Data Capture job.

Reason for the Error

To be update soon…

Solution

To be update soon…