Creating XML in SQL Server
Posted
on Internet.com
See other posts from Internet.com
Published on Fri, 04 Jun 2010 04:00:00 +0100
Indexed on
2010/06/05
6:02 UTC
Read the original article
Hit count: 561
Filed under:
XML has become a common form of representing and exchanging data in today's information age. SQL Server introduced XML-centric capabilities in SQL Server 2000. That functionality has been expanded in later releases. One aspect of working with XML is creating XML from relational data, which is accomplished utilizing the FOR XML clause in SQL Server.
© Internet.com or respective owner