Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-04-09 : 09:31:10
|
| Michelle writes "I would like to store Chinese Word- Simplified in a table. I use the English version one. is it possible if i just put the datatype as nvarchar (unicode) will do the work, and I could retrieve it normally just like other English words?" |
|
|
Nazim
A custom title
1408 Posts |
Posted - 2002-04-09 : 10:01:44
|
| yeah it will work. nvarchar has been specifically made to store other unicode characters apart from the normal english one.-------------------------------------------------------------- |
 |
|
|
|
|
|