Retrieve XML data values with XQuery in SQL Server 2005
...values -- instead of XML as a single data type value -- the XQuery is the scripting language you're looking for. Microsoft designed XQuery specifically to access XML data in SQL Server 2005, allowing you to retrieve XML columns, variables and parameters. In this tip, you'll learn how to use two XQuery methods within your T-SQL statements:...
