Hi there,
I have an XML file with a grouped <employee> tags like,
<employee>
<employeename>John</employeename>
<employeename>Dave</employeename>
</employee>
I want to structure above xml file to be like this
<employee>
<employeename>John</employeename>
</employee>
<employee>...
Hi there,
I have a database table and a schema, I want to compose an XML file. How do I do that in SQL Server 2005? Please point me to some expels and/or tutorials on this.
SQL Server 2K has XML composing capabilities, for example, you can create XML by using XPath queries or using MSXML...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.