MS SQL Connections in 9.0
I'm doing some testing on an instance of 9.0.2 and I tried importing a JDBC extension that uses the 7.2 version of the MS SQL JDBC jar file, however, I got an error indicating a new version was available (that I did not import).
After further review, I found a newer version of the MS SQL JDBC jar file buried in the Thingworx web application file:
C:\..\Tomcat 9.0\webapps\Thingworx\WEB-INF\lib
File: mssql-jdbc-7.4.1.jre8.jar
Questions:
- With TWX 9.0, do we no longer have to have a specific extension installed to connect to MS SQL databases?
- When creating a new connection to MS SQL Server for a TWX application, do we just use the "Database" Thing Template, and configure accordingly?
Method in #2 above is working, it's just different than what I'm used (started with 7.4). I think this is great, but want to be sure I'm using this as expected.

