SQL Server Error Code – 10608 the index ‘%.*ls’ on table ‘%.*ls’ canno
In this blog post, you’ll learn more about the SQL Server Error Code 10608 and the error message description that is shown
SQL Server Error Code
10608
SQL Server Error Description for the Code :10608
The index ‘%.*ls’ on table ‘%.*ls’ cannot be disabled because the table has change tracking enabled. Change tracking requires a primary key constraint on the table, and disabling the index will drop the constraint. Disable change tracking on the table before disabling the index.
Leave Your Comment