SELECT CONVERT(XML, [column_here]) AS [Value] FROM [TABLE] SELECT CAST('<![CDATA[' + CAST(column_here as nvarchar(max)) + ']]>' AS XML) FROM [TABLE]