I have to migrate dbs from SQL Servers 2005 EE 64 bit to a single sql server box with SQL Server 2008 R2 SP1 EE 64 Bits (cluster).
The collates are:
- Latin1_General_BIN – 12 dbs
- Latin1_General_CI_AS -9 dbs
- SQL_Latin1_General_CP1_CI_AS -3 dbs
- SQL_Latin1_General_CP1_CI_AI – 43 dbs
Questions : - Which collate I should choose for the sql server box ?
- What are expected problems with remaining databases with different collates ?
- What workaround can be done ?