I\'ve got a sproc (MSSQL 2k5) that will take a variable for a LIKE claus like so:
DECLARE @SearchLetter2 char(1) SET @SearchLetter = \'t\' SET @SearchLetter2
DECLARE @SearchLetter2 char(1)
Set this to a longer char.