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
VPN security - is the way I use VPN secure?
#5.7.1 smtp;550 5.7.1 Unable to relay
Trying to run a repair XP CD keeps stopping at "Setup is Starting Windows"
Offline Files Won't Sync
Setting up invoicing system
Show/Not Show MsAccess Screen on Startup
Qualifications For A Web Designer / Developer / IT Specialist
Is Photoshop CS2 compatible with Windows Vista Home Premium or are there problems with it?
Help with Outlook Rules and Alerts
How do I make default "Program Files" folder somewhere else?