diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2022-06-13 15:52:25 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-06-15 20:03:03 +0000 |
commit | be5e88bd69d3266b5791b883374971b4f2c03780 (patch) | |
tree | 910bb8cc2363fdce7ab89eae885a436c728cf805 /sonar-application | |
parent | 2a7127370736396d0f912d58ff5d6df5ed30bd07 (diff) | |
download | sonarqube-be5e88bd69d3266b5791b883374971b4f2c03780.tar.gz sonarqube-be5e88bd69d3266b5791b883374971b4f2c03780.zip |
SONAR-16249 Update mssql JDBC to v10.2.1
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 8174c4d1029..a5a8bb5dadc 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -40,9 +40,10 @@ # A database named sonar must exist and its collation must be case-sensitive (CS) and accent-sensitive (AS) # Use the following connection string if you want to use integrated security with Microsoft Sql Server # Do not set sonar.jdbc.username or sonar.jdbc.password property if you are using Integrated Security -# For Integrated Security to work, you have to download the Microsoft SQL JDBC Driver 9.4.1 package from -# https://docs.microsoft.com/en-us/sql/connect/jdbc/release-notes-for-the-jdbc-driver?view=sql-server-ver15#94 -# and copy mssql-jdbc_auth-9.4.1.x64.dll to your path. +# For Integrated Security to work, you have to download the Microsoft SQL JDBC Auth 10.2.1 package from +# https://github.com/microsoft/mssql-jdbc/releases/download/v10.2.1/mssql-jdbc_auth.zip +# and copy one of the dll files to your path. You have to copy the 32 bit or 64 bit version of the dll +# depending upon the architecture of your server machine. #sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonar;integratedSecurity=true # Use the following connection string if you want to use SQL Auth while connecting to MS Sql Server. |