Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
This will be impossible to tell without a sample and the actual XML data. When using an XML data type on SQL Server, you MUST have the xml properly formatted and provide a schema otherwise it will fail. The XML data type is pretty cool if you get it working as you can query within the XML string...however, this is not a forgiving data type. Why are you using the Xml data type instead of a VarChar or NVarChar fiield?
|