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
Smartphones & Outlook
Access - Pop up form to add ndew customer
Assign default printer
WSUS client pc have no automatic update icon displayed
Batch file in XP or 2003 to delete ALL files AND folders in a specified directory
sql dts failure DBNETLIB connectionread general network error
FreeNAS 0.69 Accessing Drive Data on Rebuilt Server
Java and Action Script games
Refresh button in OWA with Exchange 2007 SP1
Linking with Windows 2000 Servers Active Directory