Is this possible?
I’ve followed the instructions from here (http://www.jetbrains.net/confluence/display/TCD4/Setting+up+an+External+Database#SettingupanExternalDatabase-MicrosoftSQLServer2005) but I keep getting an 404 Error when trying to access Teamcity.
I’ve used the following syntax to configure jTDS:
connectionUrl=jdbc:jtds:sqlserver://[host]\sqlexpress:1433/[database name]
I’ve made it work.
I’ve found this link which point me to this JDBC driver from Microsoft.
I’ve put the following entries in the database.properties file:
I haven’t mentioned the SQL instance name (SQLEXPRESS) anywhere.