all groups > sql server (alternate) > march 2006 >
You're in the

sql server (alternate)

group:

SQL Server 2005: Collation Conflict Error when selecting Database Properties


SQL Server 2005: Collation Conflict Error when selecting Database Properties Peter Nurse
3/26/2006 4:58:46 PM
sql server (alternate): I have just upgraded to SQL Server 2005 from SQL Server 2000.

In Microsoft SQL Server Management Studio, when I click on database
properties, I receive the following error:-

Cannot resolve the collation conflict between
"Latin1_General_CI_AS"
and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation.
(Microsoft SQL Server, Error: 468)

Some reference suggest that I can change the database collation by
clicking database properties!

What can I do?
Re: SQL Server 2005: Collation Conflict Error when selecting Database Properties Peter Nurse
3/26/2006 11:51:17 PM
Thanks for your help, Erland.

[quoted text, click to view]
Yes, I upgraded from SS 2000. I didn't use the upgrade advisor because
either 1) I didn't know it was there or 2) it didn't work properly. I
forget which.

[quoted text, click to view]
I've never consciously selected a collation. I didn't know about them
until SS 2005!

[quoted text, click to view]
All databases including Northwind & Master neither of which I've
touched.

[quoted text, click to view]
I think I might defer that until I'm really desperate!
Re: SQL Server 2005: Collation Conflict Error when selecting Database Properties Erland Sommarskog
3/27/2006 12:00:00 AM
Peter Nurse (PtrNrs@yahoo.com.au) writes:
[quoted text, click to view]

Could you run this and post the output:

select name, collation_name, compatibility_level from sys.databases
select serverproperty('Collation')

Assuming that all databases are in mode 80, try running
"sp_dbcmptlevel Northwind, 90" and see if this changes anything.


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
Re: SQL Server 2005: Collation Conflict Error when selecting Database Properties Erland Sommarskog
3/27/2006 12:00:00 AM
Peter Nurse (PtrNrs@yahoo.com.au) writes:
[quoted text, click to view]

That smells like a bug. But question is: how did you arrive here?

If I understand it right, you had an SQL 2000 instance that you upgraded to
SQL 2005?

What server collation did you have in SQL 2000? Did you select a different
collation when you upgraded?

Do you get this error with all databases, or only some?

What you could try is install the CTP of SP1, to see if the problem
is resolved, although my gut feeling says that it is not. You find the
CTP here:
http://www.microsoft.com/downloads/info.aspx?na=22&p=2&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=&u=%2fdownloads%2fdetails.aspx%3fFamilyID%3d39ebef74-1c29-49fe-8221-c94f2b52f6c6%26DisplayLang%3den


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
AddThis Social Bookmark Button