diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2017-11-02 11:51:19 +0100 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2017-11-07 09:07:16 +0100 |
commit | b0d4c4e2f9265d15eba3cbbf74a99f4874442562 (patch) | |
tree | 088ef09b0b0b7e96d2c16206dc3363c9a5bad742 /sonar-application/src/main/assembly/conf/sonar.properties | |
parent | 2158d36679b1bb1ba72eb53093cdcebe6b9d272e (diff) | |
download | sonarqube-b0d4c4e2f9265d15eba3cbbf74a99f4874442562.tar.gz sonarqube-b0d4c4e2f9265d15eba3cbbf74a99f4874442562.zip |
SONAR-10043 upgrade MsSQL JDBC driver to 6.2.22.jre8
Diffstat (limited to 'sonar-application/src/main/assembly/conf/sonar.properties')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index de7aef6cef9..c0b96b43810 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -42,10 +42,9 @@ # 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 package from -# http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=11774 +# https://www.microsoft.com/en-us/download/details.aspx?id=55539 # and copy sqljdbc_auth.dll 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. -# This version of SonarQube has been tested with Microsoft SQL JDBC version 4.1 #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. |