SQL konvertieren XML in Text
select cast(XMLCol as nvarchar(max)) as XMLCol
Determined Dolphin
select cast(XMLCol as nvarchar(max)) as XMLCol