I am getting the sorting error shown below since I switched from a desktop computer to a laptop. Hundreds of stored procedures are stored in my database, so any solution, such as overriding some queries or fixing collation for a column, is impossible for me.
"Cannot resolve collision conflict between" SQL_Latin1_General_CP1_CI_AS "and" Latin1_General_CI_AI "in equal action"
My problem is not unique, and I searched for it quite a lot, but the available solutions allow me to redefine requests with some code that is impossible. Please suggest some solution that can avoid this thing.
I tried this to change the sorting of the database.
ALTER DATABASE testDB COLLATE French_CI_AI ; GO
Thank.
sql-server-2008
TechnicalSmile Feb 22 2018-12-22T00: 00Z
source share