Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Converting XML to table to be shown in the GUI

    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...

  • RE: Search a value to complete database

    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...

Viewing 2 posts - 1 through 2 (of 2 total)