Ankit Agarwal
How to return XML from the stored procedure in SQL SERVER?
Posted by Ankit Agarwal in Database | Others on Oct 01, 2012
  • 0
  • 2
  • 678
Do you know the answer for this question? Post it below.
Guest
Posted by Shankar M on Apr 26, 2013
  • 0

SELECT * FROM TABLENAME FOR XML AUTO,ELEMENTS which return the XML data with thier individual elements

Posted by manoj prabakaran on Oct 08, 2012
  • 0

we can get the xml form of output by this kind of querry in sql server that is FOR XML RAW,ELEMENTS,ROOT('ROORNAME')


Join a Chapter
SPONSORED BY
  • PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | ABOUT US | REPORT ABUSE
2013© C# Corner. All contents are copyright of their authors.