I have a vendor application that has stored some of its text data in a varbinary(max) column. I am exporting this data (from several tables with different data types), ideally using FOR XML PATH. What is the best strategy for converting this column's data prior/during (function? convert?) export to XML.
Thanks!
0x486921) into XML as strings (so you would have<tag>0x486921</tag>, or are you trying to convert them to their string representation first (e.g.0x486921=><tag>Hi!</tag>)?