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 |
|
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" |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-03-03 : 09:51:31
|
| Have a look at COLLATION settings too |
 |
|
|
|
|
|