Hi,
I am having an issue whereby a column within a table of mine has data which is encoded using the System.Xml.XmlConvert.Encode method.
Now I need to manipulate this data within SQL and have not found a way to duplicate the System.Xml.XmlConvert.Decode method.
So I've been investigating how I can use the System.XML namespace within SQL to access this method WITHOUT having to wrap it inside one of my own assemblies. Is this possible? i.e. how can I access this assembly directly via T-SQL?