Practical Use of XML in SQL Server
Posted by decipherinfosys on March 17, 2009
Saw some excellent posts by MVP’s Michael Coles and Jacob Sebastien on practical usage of XML in SQL Server. The posts are divided up in three parts:
Part 1 – here: Shredding the cached XML query plans and looking up all the RelOp Nodes.
Part 2 – here: Passing XML parameter sets in a stored procedure.
Part 3 – here: Practical example of using a XML Schema.

