Welcome to MSDN Blogs Sign in | Join | Help

April 2007 - Posts

Silent XQuery failures

A newsgroup post I read earlier today reminded me that there are cases where failure to get the expected result when using XQuery can sometimes be difficult to diagnose. Here’s what the poster was doing declare @xml xml set @xml = '<root><test></test></root>'
 
Page view tracker