Collation Error
DanSniderman
Posts: 2 New member
2018-01-16T20:09:18.5999633Z ##[warning]The error 'Cannot resolve the collation conflict between "Latin1_General_CI_AS_KS_WS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation.' occurred when executing the following SQL:
I tried adding "IgnoreCollations" as a SQL Compare Options but still getting the error
I tried adding "IgnoreCollations" as a SQL Compare Options but still getting the error
Answers
How did you get past it...
I am in the same boat.
If I pass IgnoreCollations, I get:
WARNING: The error 'Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CS_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation.' occurred when executing the following SQL
If I do NOT pass IgnoreCollations, I get:
Clearly I am missing some core concept here. Can anyone help?
@lfreijo
any ideas? This is blocking a release now.