Hi @Chris ,
the problem is, that the release notes doesn’t mention the concrete version of the mssql jdbc driver.
Also the release of Sonarqube version and the docs SonarQube 10.3 should be synchronous.
And the docs for 9.3 have an error related to the mssql driver (you need to expand the Microsoft SQL Server section),
https://docs.sonarqube.org/latest/setup/install-server/ has
Integrated Security
To use integrated security:
- Download the Microsoft SQL JDBC Driver 9.2.0 package and copy
mssql-jdbc_auth-9.2.0.x64.dll
to any folder in your path.
should be
Download the Microsoft SQL JDBC Driver 9.4.1 package and copy
mssql-jdbc_auth-9.4.1.x64.dll
to any folder in your path
this is wrong
this is right
Gilbert