In this blog post, let’s learn about the error message “22972 – When calling stored procedure [sys].sp_cdc_help_change_data capture, if either @source_schema or @source_name is non-null and non-empty, the other parameter must also be non-null and non-empty.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
22972 – When calling stored procedure [sys].sp_cdc_help_change_data capture, if either @source_schema or @source_name is non-null and non-empty, the other parameter must also be non-null and non-empty.
Reason for the Error
To be update soon…
Solution
To be update soon…