December 17, 2013 at 1:42 am
Hello
I use COLLATE DATABASE_DEFAULT to solve error
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" in the equal to operation.
But I have this error
Expression type int is invalid for COLLATE clause
Could you help me?
December 17, 2013 at 2:05 am
Hi, it seems that one of the operator is a numeric int type and not a string, thus collate cannot work, maybe an implicit conversion, can you please send the whole statement?
Thanks!
December 17, 2013 at 4:06 am
Yes you are right
collate cannot work on string
thanks
December 17, 2013 at 6:41 am
bkshn (12/17/2013)
Yes you are rightcollate cannot work on
stringINT thanks
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply