Can Not Resolve The collation Conflict
-
Hi I am receiving this error recently after i re-installed my windows OS in my project Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Arabic_CI_AS" in the equal to operation. I should add that this was working before re-instaling the windows and sql server
-
Hi I am receiving this error recently after i re-installed my windows OS in my project Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Arabic_CI_AS" in the equal to operation. I should add that this was working before re-instaling the windows and sql server
You set the default collation of SQL server to a different value than was in your previous installation. Change the default collation for your SQL server to the value which you explicitly set for the column which results in the error shown.