Hello.
I am working with SonarQube 7.2.1 and SQL Server 2014 (in a different server).
I am running multiple instances (SQL Server) in the same server.
So my question is this: to connect SonarQube to the SQL Server Database I desire can I still use this connection string:
sonar.jdbc.url=jdbc:sqlserver://server_hostname_or_IP;databaseName=sonar
sonar.jdbc.username=sonarqube
sonar.jdbc.password=mypassword
Or do I have to user a different one?