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
Incorrect syntax for INSERT using INNER JOIN
How to stop relaying on rcpt to level
Windows Vista - I have to continually install Adobe Flash Player when on the internet
Installing WMI Windows Installer Provider using SYSOCMGR.exe
Access 2000 frontend, SQL Server 2005 tables, records changing during data entry!
how to open a port on cisco 1700
WINSTLE Error creating Office 07 msi ODSERV.exe not found
mod_rewrite case insensitive directories
Exchange 5.5 - How to setup a smarthost to provide Pop3 access, without mailboxes
How to read PDF files and display individual pages in Ruby on Rails?