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