September 7, 2011 at 8:46 am
How to change Database Encode to UTF_8 or UTF_16?
September 7, 2011 at 9:26 am
Could you elaborate on what you mean? Do you mean storing UTF-8 or UTF-16 data in the DB?
These links might help:
From this article:
When you choose nvarchar as your data type, you automatically get UTF-16 Encoding. Please note, For nvarchar types, we always use UTF-16 encoding to store the data no matter which collation you use. The collation is only matter on what method it will use to compare two string. Since different language has different sorting rule, that is the reason we have many different collations.
September 7, 2011 at 9:49 am
I mean how to change UTF_8 setting in my database
September 7, 2011 at 10:22 am
What Collation I need to change from Default to UTF_8
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply