Comments
3 comments
-
@DanSniderman
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:WARNING: The error 'Cannot resolve the collation conflict between "Latin1_General_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation.' occurred when executing the following SQL:
Clearly I am missing some core concept here. Can anyone help?
-
And really its not a warning, as the build breaks at Build step with that error.
-
@Russell D
@lfreijo
any ideas? This is blocking a release now.
Add comment
Please sign in to leave a comment.
I tried adding "IgnoreCollations" as a SQL Compare Options but still getting the error