Microsoft
Software
Hardware
Network
Question : How to find records containing Unicode characters?
Hi,
I have a table in a Sql Server 2005 database with the collation type SQL_Latin1_General_CP1_CI_
AS
Can you tell me how can I run a select query on 1 field to identify the entries with non ASCII, but Unicode characters (eg Russian characters)?
Raluca
Answer : How to find records containing Unicode characters?
Why not look at it like this? I'm not sure if it would work, but it seems like it should
1: 2:
select * from myTable where mycolumn <> cast(myColumn as varchar(50))
Open in New Window
Select All
Random Solutions
Image Deployment - Altiris
Exchnage server 2003 mail issue
Blackberry no longer synching wireless
Virus - Spyware Protection 2009
Access - Selecting record with today's date
Error says "Improper shortcut registry settings. Shortcut links cannot be restored."
IOErrorEvent not working
Send Outbound Mail through multiple Send Connectors based on sender address
Slow Accpac running on SQL on a new fresh install of server 2003 and sql and acpac?
SC command for changing service passwords isn't working correctly.