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 |
|
Limuh
Yak Posting Veteran
94 Posts |
Posted - 2008-07-09 : 04:33:41
|
| How would I transfer chinese characters from an excel file to a sql database? I have tried using ntext, nvarchar and nchar as datatype but it doesn't work. Whenever I copy them using sql enterprise manager, the chinese characters transform to boxes. Pleae Help! :) |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-07-09 : 05:19:06
|
| look for collations available in sql server for chinese langauage support. |
 |
|
|
Limuh
Yak Posting Veteran
94 Posts |
Posted - 2008-07-09 : 05:50:13
|
| Thanks |
 |
|
|
|
|
|