SQL Server 2005 Convert Ascii to Unicode
Posted
by Guazz
on Stack Overflow
See other posts from Stack Overflow
or by Guazz
Published on 2010-05-19T22:31:05Z
Indexed on
2010/05/19
22:40 UTC
Read the original article
Hit count: 361
I have data in an nvarchar field with data in ascii format: "Zard Frères Guesta"
How do I convert it to a readable(unicode) format in t-sql?
© Stack Overflow or respective owner