Author: Kent Tegels
Date: Sep 7, 2006 15:32
...,OrderQty from Sales.SalesOrderDetail s where s.productID = pp.productID for xml auto,type ) from production.product pp where pp.ProductSubcategoryID = pc.ProductCategoryID for xml auto,type ) from production.productCategory pc for xml auto,type So, sure, its not long as your example, but its generating a 41000+ element document with a relative cost of less 4 with a single...
|