Viewing 2 posts - 1 through 2 (of 2 total)
If you have deeply nested XML documents (or json, html, sql) with recursive nodes (node 'folder' in node 'folder' in node 'folder') of a mixed complex type without an XSD/DTD...
July 28, 2016 at 4:00 am
#1892430
This doesn't search in the complete database.
It walks through the .dbo schema only. If the tables are in another schema, the script fails.
Shouldn't you use
Declare @Schema_Selected varchar(50)
set...
March 14, 2013 at 1:49 am
#1596857