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 - 2005-11-08 : 07:47:55
|
SURESHKUMAR writes "i have Arabic strings in excel sheet , i have to import the arabic strings into sql server, if i give the column as nvarchar or ntext the strings are inserting but if i give the column as varchar arabic strings are appearing as ?????????? so how i can i import the arabic strings into sqlserver if datatype as varchar?" |
|
chiragkhabaria
Master Smack Fu Yak Hacker
1907 Posts |
Posted - 2005-11-08 : 08:21:08
|
Arabic.. huh.. First of all Arabic should be installed into your system.While installing SQL Server keep the default language as Arabic.Hope this would help you. Complicated things can be done by simple thinking |
 |
|
|
|
|