From: Koushik Dasgupta Date: Mon, 5 Oct 2015 09:26:11 +0000 (+0530) Subject: SONAR-6863 improve mssql section of sonar.properties X-Git-Tag: 5.2-RC1~64 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0987789e49fd7dbfccf85f249742b646f45b920c;p=sonarqube.git SONAR-6863 improve mssql section of sonar.properties --- diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 850fe3bd7d4..2b607399e2f 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -43,14 +43,18 @@ #----- Microsoft SQLServer 2008/2012 -# Collation must be case-sensitive (CS) and accent-sensitive (AS). -#Use the following connection string if you want to use integrated security with MS Sql Server. -#Do not set sonar.jdbc.username or sonar.jdbc.password property if you are using Integrated Auth -#For Integrated Security to work, you have to download the MS SQL JDBC driver package from http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=11774 -#and copy sqljdbc_auth.dll to your path. If you have to copy the 32 bit or 64 bit version of the dll depending upon the architecture of your server machine +# 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 package from +# http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=11774 +# 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. Set the sonar.jdbc.username and sonar.jdbc.password appropriately +# Use the following connection string if you want to use SQL Auth while connecting to MS Sql Server. +# Set the sonar.jdbc.username and sonar.jdbc.password appropriately. #sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonar