Microsoft
Software
Hardware
Network
Question : How to do search on special characters in MS SQL?
Hi, Experts,
How I can make following SELECT statement return result set:
(I'm trying to find some special characters like a carriage return(CHAR(13)) in my text field)
SELECT Comment
FROM Forum
WHERE Contains(Comment, CHAR(13))
It seems Full-Text index totally ignores them. Is it possible to make them researchable? and how?
Thanks,
-Rick
Answer : How to do search on special characters in MS SQL?
SELECT Comment
FROM Forum
WHERE charindex(CHAR(13), Comment) > 0
Random Solutions
Manual installation of Windows Media Center
script to write file output file with double quotes
replace numeric date format in sql postgresql file
#5.7.1 smtp;550 5.7.1 Unable to relay
Difference between CMD and BAT files?
Outlook - slow receipt of email
How to get Outlook to Auto fill an email address when entering the address
Access Share Point files from OWA 2007
please change this AS2 to AS3? thank you!
Perl CGI using Frames