SQL Server Consider Next Filegroup In Partition Schemes Setting

Description

When this option is selected, if a partition scheme contains a next filegroup, the next filegroup is considered in the comparison. The next filegroup does not affect the way in which data is stored.

To ignore next filegroups, clear the check box. Note that we may still change partition scheme filegroups in deployments where the partition scheme needs to change, e.g. because its partition function is changing.

Type

Boolean

Default

true

Usage

Flyway Desktop

This can be set from the comparison options settings in SQL Server projects.

Command-line

./flyway diff -redgateCompare.sqlserver.options.behavior.considerNextFilegroupInPartitionSchemes=false

TOML Configuration File

[redgateCompare.sqlserver.options.behavior]
considerNextFilegroupInPartitionSchemes = false

Didn't find what you were looking for?