In addition to UNICODE (NVARCHAR, etc), you may also want to explore the possibility of using different collations for different columns, for example, the text columns may be using a Chinese collation whereas the date can use an English collation (i.e. the Latin default)
commented on May 31 2012 4:20AM