Viewing post 1 (of 1 total)
The problem isn't the format of the data (clob vs blob), you just need to specify to SQL that you are working with XML. Try:
DECLARE @xml XML
SELECT @xml =...
March 13, 2012 at 9:26 am
#1458576