We need to insert chinese characters in a sql server 2008 database. We use the insertion convetion of N'character' but still it inserts as '?'... what should be the encoding type of the script (.sql file) used to insert chinese characters?
The encoding should be the version of Chinese you are storing and in 2008 you need to use Nvachar for your column data type. The link below covers all the Windows collations you can use including many Chinese. Post again if you still need help.