Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: contains column_list as variable

    I used this solution, where @Title, @author ... are checkboxes passed to sp.

    I wonder which solution is faster.

    SELECT *

    FROM GEN_L_MM

    WHERE

    (CONTAINS(MM_Title, @Search_Input) AND @Title = 'true'

    or

    CONTAINS(MM_Author, @Search_Input)...

Viewing post 1 (of 1 total)