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.