Duplicate key error post SonarQube 5.3 upgrade
问题 We have recently upgraded to Sonar 5.3 from 4.4.1 and seen duplicate key issue with one of our projects. I checked the collation and found database server and database to be case insensitive and column to be case sensitive. Should we change collation on the database to "Latin1_General_CS_AS" ? Changing the collation on the server is bit difficult but we can try with database. SELECT SERVERPROPERTY('COLLATION') Output: Latin1_General_CI_AS SELECT DATABASEPROPERTYEX('<SonarDatabaseName>',