Re: Collation Conflict
From: James (hush_at_dontspamme.com)
Date: 05/25/04
- Next message: Alex: "Text field in MSSQL"
- Previous message: io.com: "Re: Info about Active/Active SQL 2000 Cluster"
- In reply to: Tim Marsden: "Collation Conflict"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 25 May 2004 11:32:52 +0100
Your TEMPDB collation differs to your database,
You either need to preform Julie option or do a rebuildm to the correct
collation but this would wipe out your users, and user databases (you can
reattached).
J
"Tim Marsden" <TM@UK.COM> wrote in message
news:e0iKaZjQEHA.132@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> I am running a query over 2 tables in 2 different databases.
> I get the following error "Cannot resolve collation conflict for equal to
> operation"
>
> for example
>
> SELECT TOP 100 [TB1].[Product] AS Q0000000 FROM ( [BD1].[dbo].[TB1] [TB1]
> INNER JOIN [DB2].[dbo].[TB2] [TB2] ON [TB1].[Product]=[TB2].[ProductCode])
> WHERE [TB2].[ProdGroup]=@PG
>
> @PG is a string parameter.
>
> Regards
> Tim
>
>
- Next message: Alex: "Text field in MSSQL"
- Previous message: io.com: "Re: Info about Active/Active SQL 2000 Cluster"
- In reply to: Tim Marsden: "Collation Conflict"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|