By jacobsebastian
via beyondrelational.com
Published: Jul 23 2010 / 06:44
The results of a SQL Server SELECT query can be transformed into an XML document by using the FOR XML command. Building XML documents using string functions – concatenating XML tags and embedding values between them using string operations – is not a recommended method. This post tries to look into some of the problems this approach can bring in.
Add your comment