PROCEDURE  spDocKeySearch

Search Columns table for @key

@option sets the scope of the search:
  • 1 is Columns,
  • 2 is Constants,
  • 4 is SDSSConstants,
  • 8 is DBObjects
    Returns those rows, which had a hit. They will have a weblink to the parent table.
    exec spDocKeySearch 'lupt', 1
  • Input and output parameters

    nametypelengthinoutpnum
    @optionint4input2
    @keyvarchar32input1