For the complete documentation index, see llms.txt. This page is also available as Markdown.

SQL Server

Vendor Name

Details

Recommended Native Driver

Microsoft

Company URL:

http://www.microsoft.com

Driver URL:

JDBC URL Syntax by Type:

  • Server

jdbc:sqlserver://<server>[:<port>];DatabaseName= <databaseName>

Default Port:

1433

JDBC Class:

com.microsoft.sqlserver.jdbc. SQLServerDriver

JDBC JAR File Name:

sqljdbc4.jar

Comments:

The open source jtds driver also works with MSSQL.

Last updated

Was this helpful?