Sql Server Blog
Blog Archive
▼
2012
(4)
►
November
(1)
►
June
(1)
▼
April
(1)
Convert SQL table into XML format
►
February
(1)
►
2010
(8)
►
January
(8)
►
2009
(9)
►
November
(1)
►
October
(8)
Connect
C# DOT NET for Developers
Remove all XML tags from a string
11 years ago
ASP Developer
Read client side IP Address
15 years ago
Followers
ClustrMaps of Visitors
About Me
Amit Pal
Associate Project Manager, HCL Technologies Ltd. Noida
View my complete profile
Tuesday, April 17, 2012
Convert SQL table into XML format
Below is the SQL query to convert any table in XML format
SELECT
*
from
Assessment1_GeneralFormulation
for
XML
RAW
,
ROOT
(
'table'
),
ELEMENTS
XSINIL
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)