Collation conflict

  • When two databases have different collations, and when we use the JOIN statement, we got the error beloe.

    Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" in the equal to operation.

    Any idea how to fix it?

    Many thanks in advance.

  • This was removed by the editor as SPAM

  • you can change the collation in the query or change the data type to var binary for the fields to be matched

  • This was removed by the editor as SPAM

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply