Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Collation Issue

Author  Topic 

ServerTeam
Yak Posting Veteran

83 Posts

Posted - 2008-06-03 : 10:02:13

Hi Gurus,

Iam facing following issue while selecting data from one of my database.

Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "SQL_Latin1_General_CP850_BIN" in the equal to operation.
Msg 4413, Level 16, State 1, Line 1

Its just a select * from database.table query.

can someone please help me in this..

Thanks,
ServerTeam

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2008-06-03 : 10:07:24
What is the actual query? I am guessing the database you are running the query from has a different collation to the target.
Go to Top of Page

ServerTeam
Yak Posting Veteran

83 Posts

Posted - 2008-06-03 : 10:12:18
iam select view..which has database with diff collation.


Thanks,
ServerTeam
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-06-03 : 10:42:08
Try this:
http://blog.sqlauthority.com/2007/06/11/sql-server-cannot-resolve-collation-conflict-for-equal-to-operation/
Go to Top of Page

mdubey
Posting Yak Master

133 Posts

Posted - 2008-06-03 : 14:42:57
Go thru this, it might help you.

http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/

Manoj
MCP, MCTS
Go to Top of Page
   

- Advertisement -