January 12, 2012

Show result in XML format

We can get select result in format of XML.

SELECT * FROM Employee
FOR XML AUTO, ELEMENTS


Result will be something like this.

image

When we click on above link result will come as below.

image

That’s It.
Enjoy Learning.

No comments:

Post a Comment