Re: Cannot resolve collation conflict for equal to operation.

From: Aaron Bertrand [MVP] (aaron_at_TRASHaspfaq.com)
Date: 04/26/04


Date: Sun, 25 Apr 2004 22:51:00 -0400

You have one column (or database) set to one collation, and one that is set
in another. If you don't need different collations, the simplest and most
performant solution would be to make them the same collation. Otherwise,
you can make them equivalent using the COLLATE clause... see Books Online
for usage (e.g. in the WHERE clause).

-- 
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
"Glenn" <anonymous@discussions.microsoft.com> wrote in message 
news:CE360B1C-CAC8-41C0-BC66-E681AD697143@microsoft.com...
> Getting this error when trying to join tables, does anyone have any 
> direction for me to look to solve this problem,
>
> I have seached the support pages at MS and found nothing that will help.
> Running SQL Server service pack3
>
> 


Relevant Pages

  • RE: Advice on Create a SQL Server
    ... Use the default collation. ... domain, and running on a windows domain account, it is better to run under ... Windows Authentication mode. ... to SQL Server using a username/password. ...
    (microsoft.public.sqlserver.setup)
  • RE: Advice on Create a SQL Server
    ... Use the default collation. ... Mode" - it depends on how you will be connecting to your database. ... domain, and running on a windows domain account, it is better to run under ... to SQL Server using a username/password. ...
    (microsoft.public.sqlserver.setup)
  • Re: Installing SQL_Latin1_General_CP1_CI_AS collation order??
    ... Tibor Karaszi, SQL Server MVP ... "Ward Horsfall" wrote in message ... >> rebuildm.exe) interfaces and a collation designator, ...
    (microsoft.public.sqlserver.setup)
  • Re: Nearest Common Ancestor Report (XDb1s $1000 Challenge)
    ... but even MORE generic than the XDb1 implementation, ... disadvantage that 'john', 'John' and 'JOHN' are treated as three distinct ... Since this is the default collation, I assume that your database will use ... I have SQL Server on my desktop; ...
    (comp.object)
  • Re: Russian Language support in SQL SERVER
    ... SQL Server supports languages on a couple of levels. ... specifying a collation defines what language rules are used for ... Cyrillic_general Windows collation that supports the Russian language. ...
    (microsoft.public.sqlserver.server)

Loading