aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
diff options
context:
space:
mode:
authorKoushik Dasgupta <koushikd@microsoft.com>2015-10-05 14:56:11 +0530
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-05 21:59:20 +0200
commit0987789e49fd7dbfccf85f249742b646f45b920c (patch)
tree2e9a50149a8124375e0965531a0017690c5b6f80 /sonar-application/src
parentdc5cb124d46e90c3823f47573ca25c808507d14c (diff)
downloadsonarqube-0987789e49fd7dbfccf85f249742b646f45b920c.tar.gz
sonarqube-0987789e49fd7dbfccf85f249742b646f45b920c.zip
SONAR-6863 improve mssql section of sonar.properties
Diffstat (limited to 'sonar-application/src')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties16
1 files changed, 10 insertions, 6 deletions
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