Sirs, good afternoon,
Could you help me identify a problem?
I am changing a PROC and testing it is the following error:
Can not resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" in the same to operation.
I checked the Collate settings of the bases where the JOINS are made and both are the same:
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
No other difference.
Could someone help?