In most cases LIKE conditions should by followed by ESCAPE clauses. Let me give you an example. Consider the following table, sample data, and stored procedure : CREATE TABLE Data . Messages ( Subject VARCHAR ( 30 ), Body VARCHAR ( 100 )); GO INSERT INTO
Read More...