SQLServer8其实是SQLServer2000版本,下载2000版本jdbc驱动,删除原来驱动,重启后就可以连接了
[平台]Microsoft SQL Server数据连接 https://help.fanruan.com/finereport/doc-view-2559.html
使用 jtbs驱动 链接试试
https://fine-build.oss-cn-shanghai.aliyuncs.com/hw/driver/jtds-1.3.1.jar
使用「 jtds-1.2.2.jar」驱动连接数据库时,数据库类型选择「others」,手动输入「 URL 」和「驱动器」。
驱动:net.sourceforge.jtds.jdbc.Driver
URL:jdbc:jtds:sqlserver://IP:端口号/databaseName
参考 https://help.fanruan.com/finereport/doc-view-306.html# 3.3