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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 other language data in db

Author  Topic 

mr_empty
Starting Member

3 Posts

Posted - 2008-03-03 : 03:13:34
Hi all,

i need to store russian data in sql server db but i found the russain data appeared as odd character in the table, can sql server support it or is there other solution for it? thanks!

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2008-03-03 : 03:44:17
You have to use UNICODE, and store data a NVARCHAR/NCHAR in the database.



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-03-03 : 09:51:31
Have a look at COLLATION settings too
Go to Top of Page
   

- Advertisement -