Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Static Typing » Schema Collecti... » DML   (RSS)

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