Hi, in our company, we have various prod instances of Sql Server 2000 with the SQL_Latin1_General_CP1_CI_AS server collation. Now, we are installing a couple of new servers with Sql Server 2008 R2.
I saw that this class of collation is old style and is only for backward compatibility. What collation should I use for maintaining the compatibility between databases and servers from both versions?
Thanks in advance