Selecting “SQL_Latin1_General_CP1_CI_AS” Collation in SQL Server

Recently, I have had to install a named instance of SQL Server 2005 along side a default instance of SQL Server 2000. The 2000 server had the following collation configured: SQL_Latin1_General_CP1_CI_AS. For testing purposes, we had to make sure the new instance had the same collation setting.

To ensure this, we selected the following during the installation process.

“Dictionary order, case-insensitive, for use with 1252 character set” with “Latin1_General”

I know this is just one-off information, but it may be useful to someone.

 
   
March 12th, 2008 3:04 am
Elroy

Thank you so much. Your “just one-off” information has been usefull to someone - me;) .
You have just saved me from installing and uninstalling SQL Server until I got the correct SQL Collation settings.
So thanx again
Elroy

Leave Your Comment

Name*
Mail*
Website
Comment