Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Stored Procedure with parameters

    Hi Kris,

    Try...

    SET @qry =

    'SELECT * FROM ' + @tablename + ' WHERE ' + @tablename + '.Name LIKE ''%' + @SearchString + '%'' ORDER BY ' + @tablename...

Viewing post 1 (of 1 total)