Found it....
SQL_Latin1_General_CP1_CI_
* The ISO code page 1252.
* The dictionary order, case-insensitive character sort order.
* The General Unicode collation.
Main Topics
Browse All TopicsI have a SQL 2000 DB with collation SQL_Latin1_General_CP1_CI_
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_
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
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Also found the default that results in the SQL_Latin1...
Note The Setup program does not set the instance default collation to the Windows collation Latin1_General_CI_AS if the computer is using the U.S. English locale. Instead, it sets the instance default collation to the SQL collation SQL_Latin1_General_Cp1_CI_
(Microsoft SQL Server BOL - Specifying the Default Collation for an Instance of SQL Server)
Yes, I should have been clearer. When the Windows region is set to US the SQL install defaults to the SQL_Latin1_General_Cp1_CI_
hi all, earlier my sql faced msdb(suspect) by recovery. so, i copied msdb*.mdf and msdb*.ldf from a colleague. so, my msdb is now back to normal status. however, when i tried to access to my database's properties, i hit and error as below:
"cannot resolve the collation conflict between "Latin1_General_CI_AI " and "SQL_Latin1_General_CP1_CI
Any advice how to resolve this?
Business Accounts
Answer for Membership
by: CragPosted on 2007-02-27 at 04:56:13ID: 18616345
Hi
AS collation automatically if the Windows environment is set to English (US). This can be changed for the install and then back again after. Not sure which option it is in the SQL Collation list - it'll be in the SQL Books Online which I don't have access to at this point.
If my memory serves me correctly you get the SQL_Latin1_General_CP1_CI_