In this blog post, let’s learn about the error message “9523 – Cannot update the sparse column set ‘%.*ls’ because the XML content supplied references the non-sparse column ‘%.*ls’ which does not belong to this column set. The XML data used to update a sparse column set cannot reference columns that don’t belong to the column set.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
9523 – Cannot update the sparse column set ‘%.*ls’ because the XML content supplied references the non-sparse column ‘%.*ls’ which does not belong to this column set. The XML data used to update a sparse column set cannot reference columns that don’t belong to the column set.
Reason for the Error
To be update soon…
Solution
To be update soon…