Local DB Resolver Instance Name Setting

Flyway Enterprise

Description

The instance name of your SQL Server local DB. This is most commonly MSSQLLocalDB.

Type

String

Default

none

Usage

Flyway Desktop

This can be set from the connection dialog for SQL Server project by selecting the jTds driver.

Command-line

./flyway info -environments.development.resolvers.localdb.instanceName='MSSQLLocalDB'

TOML Configuration File

[environments.development.resolvers.localdb]
instanceName = "MSSQLLocalDB"

This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved


Didn't find what you were looking for?