Advantage Error Guide
Problem 1: Comparison operator encountered operands of two different collations.
Solution 1: Coerce one of the operands using the collate function.
Problem 2: Result of an expression was a string with an undetermined collation.
Solution2: Coerce the result to a specific collation using the collate function.