Community

Understanding and Using SELECT … FOR XML

The SELECT statement is the most fundamental data access query in SQL Server. It allows you to retrieve and aggregate information from tables in a database and return the results as a rowset. In SQL Server 2000, the FOR XML clause was added as an extension to SELECT, which transforms the rowset outp

Read More - Register for Free Membership