Potential SQL mixed collation??
Hi
I'm planning to move EV databases between an SQL2008 server and SQL2012 server to allow for an EV12.x upgrade.
The existing SQL 2008 server has a collation of SQL_Latin1_GENERAL_CP1_CI_AS and the new server has Latin1_General_CI_AS. Would this be viewed by EV as a mixed collation?
My understanding is that the default collation is set dependent on the locale for the server when the OS was installed and a US locale will use SQL_Latin1_GENERAL_CP1_CI_AS whereas UK will not have the SQL prefix and display the CP1. But both collations are Latin1 General Accent Sensitive and Case Insensitive - which is all that EV needs to compare?
thanks in advance
Hello Caden,
DON'T you will get a collation issue. Been there, done that.
Verify on the current databases the collation setting, and make sure the collation on the new server is identical. If you don't do this you will not be able to upgrade.
Having the proper collation on the new server will prevent numerous issues down the road.
I believe (I'm no DBA!) that you can set the SQL Server collation at the time of installing, independently of the OS setting.