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
Exclude multiple IP addresses from Google Analytics
Offline Address Book Synchronization Error
Set up a test environment for sharepoint server 2007
The 2003 Server Keeps Rebooting. 0x000000ba (0x00000002, 0x00000001, 0xeb953598, 0x0000001f)
Encryption\Decryption in SQL SERVER 2005
Error: "The object you referenced....isn't an OLE object"
Dell Inspiron 8600 NEC DVD+RW ND-5100A wont read DVD
Configuring IIS SMTP Mail Server around blocked ISP port 25.
W32.Advegol!html worm removal
Using modpython_gateway for using HG with Apache