SQL Server Consider Next Filegroup In Partition Schemes Setting
Published 15 January 2025
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
This setting can't be configured other than in a TOML configuration file.
Flyway Desktop
This can be set from the comparison options settings in SQL Server projects.
TOML Configuration File
[redgateCompare.sqlserver.options.behavior]
considerNextFilegroupInPartitionSchemes = true