Re: can U solve my problems?
- From: "Maurice Telkamp" <maurice.telkamp_at_beeone.nl>
- Date: Thu, 23 Jun 2005 14:12:39 +0200
"Bpk. Adi Wira Kusuma" <adi_wira_kusuma@xxxxxxxxxxxx> wrote in message
news:42ba8e61@xxxxxxxxxxxxxxxxxxxxxxxxx
>I execute this syntax in Query Analyzer.
>
> SELECT * FROM TB1
> WHERE NO_ID IN (SELECT NOID FROM TB2)
>
> In the past, I always executed this syntax, and it's ok. But now, I get
> error message:
>
> Server: Msg 446, Level 16, State 9, Line 1
> Cannot resolve collation conflict for equal to operation.
>
> Why is it happended? And how to solve its problem?
>
My best guess is that the tables involved (or the fields) have a different
collation. If this is not the case, then probably the tempDB has a different
collation than your userDB. Lookup COLLATE in bol.
Maurice
.
- References:
- can U solve my problems?
- From: Bpk. Adi Wira Kusuma
- can U solve my problems?
- Prev by Date: Re: can U solve my problems?
- Next by Date: Re: Problem with decimal separator
- Previous by thread: Re: can U solve my problems?
- Next by thread: problem with sgl statement
- Index(es):
Relevant Pages
|