Showing posts with label repeated. Show all posts
Showing posts with label repeated. Show all posts

Friday, February 17, 2012

Error SQLServerAgentLog

What is the error message below trying to tell me?
It's being constantly repeated but everything
seems to work OK.
2003-08-11 00:01:42 - ! [298] SQLServer Error: 446, Cannot
resolve collation conflict for equal to operation.
[SQLSTATE 42000]It is trying to tell you that the strings on either side of the = have
different collations
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_
da-db_7ory.asp
--
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"leif" <leif.nicholaisen@.sida.se> wrote in message
news:048e01c35fd8$04b2fec0$a301280a@.phx.gbl...
> What is the error message below trying to tell me?
> It's being constantly repeated but everything
> seems to work OK.
>
> 2003-08-11 00:01:42 - ! [298] SQLServer Error: 446, Cannot
> resolve collation conflict for equal to operation.
> [SQLSTATE 42000]