SQL Server Include Dependencies Setting
Published 18 December 2025
Description
Includes dependent objects when comparing and deploying databases. For example, if a view depends on a table then the table will be deployed when deploying the view.
Type
Boolean
Default
true
Usage
Flyway Desktop
This cannot currently be configured from Flyway Desktop, although it will be honoured.
Command-line
./flyway model -redgateCompare.sqlserver.options.behavior.includeDependencies=false
TOML Configuration File
[redgateCompare.sqlserver.options.behavior]
includeDependencies = false