SQL Server 2005 Convert Ascii to Unicode (UTF-8 -> nvarchar)

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 23:20 UTC
Read the original article Hit count: 195

Filed under:
|
|

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

Related posts about database

Related posts about tsql