Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Search a value to complete database

    tyboutmarc (3/14/2013)


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

Viewing post 1 (of 1 total)