How do I actually run XPath algorithms? Can I run it directly in SQL Server 2008? If so how?
Even something basic like /bookstore/*
Selects all the child nodes of the bookstore element, and maybe print them out or return them
Please help! I'm having issues finding tutorials/examples.