Language settings - Collation, Unicode, UTF-8 etc

  • I now have the requirement to store Unicode UTF-8 data (japanese characters in our case) in our databases (server and database collations are currently the default of Latin1_General_CI_AS).

    From what i can gather SQL 7 / 2000 stores unicode in UCS-2. Is this still the case in SQL 2005 / 2008?

    I know I'll be using NVarchar columns to cope with unicode.

    Do any choices I make e.g; collation, codepage affect unicode storage?

    Has anyone encountered this before?

    thanks

    r

  • I have faced this problem earlier, all i did is to change the datatype to unicode, we use java applications, its was working fine. 🙂

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply