2
votes

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

1
Consider integrated login. Do have a look at the PDF referenced hereJeroen Heier
@Jeroen that deserves to be an answer !Simon Brandhof - SonarSource
Thank you @JeroenHeier. It works!!John Miller

1 Answers

-1
votes

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