Hi,
has the wrong version of the Microsoft SQL JDBC Auth package, as Sonarqube 10.5.0 ships
with $SONARQUBE_HOME/lib/jdbc/mssql/mssql-jdbc-12.6.0.jre11.jar
Download the Microsoft SQL JDBC Auth 12.4.2 package and copy mssql-jdbc_auth-12.4.2.x64.dll to a folder location set in the PATH environment variable on the SonarQube server host.
But should be
Download the Microsoft SQL JDBC Auth 12.6.0 package and copy mssql-jdbc_auth-12.6.0.x64.dll to a folder location set in the PATH environment variable on the SonarQube server host.
The right download location is
https://github.com/microsoft/mssql-jdbc/releases/download/v12.6.0/mssql-jdbc_auth.zip
Gilbert