Hi, suddenly we have to save kanji (Japanese) in a couple of columns of two or three tables. I have tried to save to the db using the current collation which is SQL_Latin1_General_CP1_CI_AS. However, I just get '?' for each character. I am going to need to change the collation to Japanese_CI_AS I presume. My question is can I change the collation of the whole database? If not if I change the collation of a column will that override the database settings thus allowing me to store the kanji in that column correctly?
Any pointers much appreciated.