sonarinstall Sonar to mssql
Posted
by senzacionale
on Stack Overflow
See other posts from Stack Overflow
or by senzacionale
Published on 2010-06-09T20:39:13Z
Indexed on
2010/06/09
20:42 UTC
Read the original article
Hit count: 574
My server name in SQL management studio is: MITJAB-NOTEBOOK\SQL2008
i trx now install sonar in this server:
sonar.jdbc.url: jdbc:microsoft:sqlserver://MITJAB-NOTEBOOK\SQL2008:1433;DatabaseName=Sonar;SelectMethod=cursor
sonar.jdbc.driverClassName: net.sourceforge.jtds.jdbc.Driver
sonar.jdbc.validationQuery: select 1
but not working. DB is Sonar and username and passwrod are the same. is url OK?
© Stack Overflow or respective owner