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
Windows 2003 Group Policy - My Documents Folder redirection to Home Folder - AD User home folder set
how do I check for existence of record using classic asp when tabbing out of a field?
KB923810 Failed to install
Gateway not persisting in debian
E-R, UML, and database samples
1 solution 2 projects - auto sharing code.
Write a cookie
How to copy the whole folder using rsync ?
HP NIC Teaming still showing a DHCP assigned address when DNS is installed. Why?
CSS problem in Firefox