2

I am installing SonarQube and created an AWS RDS Microsoft SQL Server instance. How do I connect SonarQube to my rds instance with the endpoint?

Sonar Properties file:

sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonar

sonar.jdbc.username=xxxxx

sonar.jdbc.password=xxxxx

G. Ann - SonarSource Team
  • 22,346
  • 4
  • 40
  • 76
John Miller
  • 513
  • 2
  • 8
  • 23

1 Answers1

-1

As commented by Jeroen, this documentation describes how to connect to SQLServer.

Simon Brandhof
  • 5,137
  • 1
  • 21
  • 28
  • The new version of the referenced documentation focuses on scanner. It does not mention configuration of SQLServer anymore. See https://docs.sonarqube.org/display/SONAR/Installing+the+Server. – Simon Brandhof Jun 25 '17 at 20:12