Saving russian text in SQL server

Posted by JD on Stack Overflow See other posts from Stack Overflow or by JD
Published on 2010-04-14T16:01:28Z Indexed on 2010/04/14 16:03 UTC
Read the original article Hit count: 186

Filed under:

Hi,

I have a database (SQL server express 2008) which has a column that is defined as text. When we try to store some text which is in chinese, it is not saved. I read that the field should be ntext. I will now have to a conversion to my table to create the column as ntext.

Would I have to do anything with the collation of the database which is set to Latin?

JD

© Stack Overflow or respective owner

Related posts about sql-server