SQL Server error code
SQL Server error 9532
SQL Server raises error 9532 at severity 16, which marks a problem with the query or data that you can correct.
In the query/DML operation involving column set '%.*ls', conversion failed when converting from the data type '%ls' to the data type '%ls' for the column '%.*ls'.
| Msg | 9532 |
|---|---|
| Name | XMLERR_COLUMNSET_CANNOT_CONVERT_FROM_TO |
| Severity | 16 |
| Group | 9000–9999 |
What it means
A column set is an untyped XML representation that combines some of the columns of a table into a structured output. When you are inserting or updating sparse column values through the XML column set, the values that are inserted into the underlying sparse columns are implicitly converted from the xml data type. A value was provided that cannot be converted to the data type of the column.