Hi
I having XML data stored in SQL server 2000 as ntext datatype. MY XML is stored in the form
<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type='text/xsl' href='Certificate.xsl'?>
<Certificate>
<Applicant>
<TalukName>Kancheewaram</TalukName>
<HobliName>XYZ</HobliName>
........
</Applicant>
</Certificate>
There is no UTF used. This I want to convert as XML datatype in a query and same output I want to use it in Reporting Services. Is it possible?
With Regrds
Soundari