I thought it was CONTAINS, but that\'s not working for me.
CONTAINS
I\'m looking to do this:
IF CONTAINS(@stringVar, \'thisstring\') ... <
IF CONTAINS(@stringVar, \'thisstring\') ...
CONTAINS is for a Full Text Indexed field - if not, then use LIKE
LIKE