0
Srs(as), good afternoon,
Could help me identify a problem?
I am changing a PROC and when testing it is occurring the following error:
Cannot resolve the collation Conflict between "Sql_latin1_general_cp1_ci_as" and "Latin1_general_ci_as" in the Equal to Operation.
I checked the Collate settings of the bases where the JOINS are made and both are equal:
SQL_Latin1_General_CP1_CI_AS
The only difference is that some columns have no definition of Collate
Ex.: [Column_Name] [Data_Type] Collate NULL
Other than that no other difference.
Could someone help?
Put the tag of the database you are using.
– Maniero