Quantcast
Channel: SQLServerCentral » SQL Server 2012 » SQL Server 2012 - T-SQL » Latest topics
Viewing all articles
Browse latest Browse all 4901

Collation conflict between SQL 2012 SP1 and SQL 2005 SP3 ?

$
0
0
I have the following error coming back at meMsg 468, Level 16, State 9, Line 243Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" in the equal to operation.Except that the server collations are all SQL_Latin1_General_CP1_CI_ASThe database collations are SQL_Latin1_General_CP1_CI_ASThe Table collations are SQL_Latin1_General_CP1_CI_ASand the specific column in question is using SQL_Latin1_General_CP1_CI_AS as its collation as well.This worked fine with SQL 2008 R2 SP1 SQL_Latin1_General_CP1_CI_AS and SQL 2005 SP3, is this something to do with SQL 2012 SP1?

Viewing all articles
Browse latest Browse all 4901

Trending Articles