Showing posts with label LIKE. Show all posts
Showing posts with label LIKE. Show all posts

Friday, July 25, 2008

MSSQL LIKE operator work with parameter values

without parameter: LIKE '%abc%'
with parameter: LIKE '%'+@searchString+'%'