Back to Flyway

Fabric Database

documentation/Reference/Database Driver Reference/Fabric Database.md

latest2.3 KB
Original Source
  • 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 %}

Supported Versions and Support Levels

{% include database-boilerplate.html %}

Driver

ItemDetails
URL format<code>jdbc:sqlserver://<i>host</i>:<i>port</i>;databaseName=<i>database</i></code>
SSL supportYes - add ;encrypt=true
Ships with Flyway Command-lineYes
Maven Central coordinatescom.microsoft.sqlserver:mssql-jdbc
Supported versions12.0 and later
Default Java classcom.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.

Fabric-Specific issues

Foundational capabilities only

Only foundation-level capabilities (migrations) are supported. Advanced capabilities like generation of SQL, state-based workflows or drift detection will not currently work

Fabric Data Warehouse

For Fabric Data Warehouse support, please refer to the dedicated Fabric Data Warehouse page.