Saturday, September 22, 2012 7:15 AM
Bob Beauchemin's Blog
Selective XML Indexes in SQL Server - First Try...it works
OK, so let's try something. Load a bunch of documents. Although, actually this part works with an empty table. create selective xml index fooidx2 on foo(thexml) for ( pathname1 = 'foo/bar/baz2' ); Msg 6379, Level 16, State 201, Line 1 selective
Read More...