SQL Server Error Msg 22983 – The unique index ‘%s’ on source table ‘%s’ is used by Change Data Capture. To alter or drop the index, you must first disable Change Data Capture on the table.

In this blog post, let’s learn about the error message “22983 – The unique index ‘%s’ on source table ‘%s’ is used by Change Data Capture. To alter or drop the index, you must first disable Change Data Capture on the table.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

22983 – The unique index ‘%s’ on source table ‘%s’ is used by Change Data Capture. To alter or drop the index, you must first disable Change Data Capture on the table.

Reason for the Error

To be update soon…

Solution

To be update soon…