How to find the SQLserver version of the JTS & CCM DBs ?
Accepted answer
Check the "Server Diagnostics" page (<SERVER>/jts/admin#action=com.ibm.team.repository.admin.serverDiagnostics) and have a look at at the Database section:
This states both the RDMS version and the JDBC Driver used, if that is what you are looking for.
This info can be found for each application, e.g., jts/rqm, ccm, and qm.
DatabaseDatenbankversion: Microsoft SQL Server 10.50.4290
JDBC-Treiberversion: Microsoft SQL Server JDBC Driver 2.0 2.0.1803.100
This states both the RDMS version and the JDBC Driver used, if that is what you are looking for.
This info can be found for each application, e.g., jts/rqm, ccm, and qm.
One other answer
You may need some extra tools on your RTC Server. See the below blogs and see what you can do.
http://www.mssqltips.com/sqlservertip/2013/find-sql-server-instances-across-your-network-using-windows-powershell/
http://www.orcsweb.com/blog/james/fun-with-powershell-how-to-get-sql-server-information/
To get more information, simple Google "how to determine SQL Server version remotely".
http://www.mssqltips.com/sqlservertip/2013/find-sql-server-instances-across-your-network-using-windows-powershell/
http://www.orcsweb.com/blog/james/fun-with-powershell-how-to-get-sql-server-information/
To get more information, simple Google "how to determine SQL Server version remotely".