I have a SQL 2000 DB with collation SQL_Latin1_General_CP1_CI_
AS, I am attempting to upgrade and host this in SQL 2005 Enterprise x64 bit.
When I run the installer for SQL Server 2005 I get server collation option to install as Latin1 (which installs as Latin1_General_CI_AS) or using SQL collations to support older SQL Server versions. I have tried a few options but which SQL collation description equates to SQL_Latin1_General_CP1_CI_
AS.
I need the db and server collations in the new environment to match because if I do a default install my stored procs etc fail due to collation compare issues. How do I best set this up?
Thanks
Start Free Trial