Hi,
Does anybody know if it's possible to do a %LIKE% search against a column in a SQL Server database but get it to ignore any special characters in the column?
So, for example if I have a column called "songs" and they contain the following...
Black Or White
No Sleep 'till Brooklyn
The Ship Song
Papa Don't Preach
If the user searches for "no sleey till brooklyn" then I would like it to return a match even though they forgot to include the apostrophe. I would also like it to return the 4th row if they search for "SOUL". I'm sure you get the idea....
Any help would really be appreciated.