documentation/Reference/Database Driver Reference/Fabric Database.md
Verified Versions: SQL Azure (RTM) - 12.0.2000.8
(Note: Azure SQL Database is always running on the latest stable version of the SQL Server database engine)
Maintainer: {% include redgate-badge.html %}
{% include database-boilerplate.html %}
| Item | Details |
|---|---|
| URL format | <code>jdbc:sqlserver://<i>host</i>:<i>port</i>;databaseName=<i>database</i></code> |
| SSL support | Yes - add ;encrypt=true |
| Ships with Flyway Command-line | Yes |
| Maven Central coordinates | com.microsoft.sqlserver:mssql-jdbc |
| Supported versions | 12.0 and later |
| Default Java class | com.microsoft.sqlserver.jdbc.SQLServerDriver |
Connectivity is through Flyway's existing SQL Server component so you can refer the SQL Server page for further details on how to connect and communicate with the database.
Only foundation-level capabilities (migrations) are supported. Advanced capabilities like generation of SQL, state-based workflows or drift detection will not currently work
For Fabric Data Warehouse support, please refer to the dedicated Fabric Data Warehouse page.