In MS SQL Server, the EXPLICIT mode (of a FOR XML clause) provides the most flexibility in generating the XML you want from a query result.
I am using SQL Server 2008 and I'm trying to produce a custom xml using EXPLICIT mode with FOR XML. I …
sql-server-2008 tsql for-xml for-xml-explicitI have inherited a 1000-line stored procedure which produces XML by using FOR XML EXPLICIT. My problem is that it …
sql-server xml for-xml-explicit