Viewing post 1 (of 1 total)
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)...
April 6, 2012 at 5:27 am
#1470032