Community

SQL Server 2005: Recursive Hierarchies to XML – CTEs vs. UDFs

(Christian Wade) Suppose we have a recursive hierarchy stored in a relational database and we want to write it to XML. This might be for a variety of reasons – e.g. as a pre-cached input to a UI control, to export to another system using a pre-defined format, etc.

Read More - Register for Free Membership