I’m trying to update a column of type XML.
Text to be inserted in the XML fields: “& Decision ↨‼ Agreement”
Text converted to XML: <?xml version="1.0" encoding="utf-16"?><Informations xmlns="http://monschema"><Text lGic="fdf475bc-9fed-4f61-b321-f81949cb51ca" id="71e231e6-ecbd-4848-ba6f-004bdddefb79">& Décision   Accord</Text></Informations>
Error: Msg 9420, Level 16, State 1, Line 7
XML parsing: line 1, character 263 character non-compliant XML
I do not understand why the character with ascii code “” has a problem.
If I replace  by  , it works !
Can you help me?
Thank you in advance
I solved my problem.
This character is from a SQL obtenues view on ORACLE database.
The character -> on ORACLE Is interpreted by ↨ on SQL SERVER.
I’ll do a replace in my view