last I used schemaspy was with SQL Server 2005 or 2008 in 2017. I tried it against a SQL Server 2016 (v13) instance and I can't find a jar file for the database connection that will work.
Asked
Active
Viewed 477 times
1
-
I'm *assuming* by SQL Server 13 you mean SQL Server **2016** (v13) - right? – marc_s Oct 14 '21 at 20:18
-
yes sql server 2016 – Dean-O Oct 18 '21 at 12:14
1 Answers
1
I finally got it to connect using the following settings in schemaspygui
DB Type: mssql05
DB Host: ipaddressOfDB
DB Port: 1433
DB Driver: mssql-jdbc-9.4.0.jre8.jar
SchemaSpy Version: schemaspy-6.1.0.jar

Dean-O
- 1,143
- 4
- 18
- 35