I'm researching the SQL Server 2005 requirements for an application that will support five code pages:
- English
- Chinese (Traditional)
- Chinese (Simplified)
- Korean, and
- Japanese
I would plan to use only Unicode data types.
I'm unsure how collation figures in to this scenario. If all character data's stored as Unicode, do I need to consider which collation I use If so, is it possible to have a single collation that supports these five diverse code pages
Thank you.