Hi,
a small one - but a classic, as there are often errors in this part of the documentation.
SonarQube database installation for MSSQL server has
To use integrated security:
- Download the Microsoft SQL JDBC Auth 12.6.1 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.
should be … copy mssql-jdbc_auth-12.6.1.x64.dll
…
Gilbert