SQL Server Ignore File Groups Partition Schemes And Partition Functions Setting
Published 15 January 2025
Description
Ignores filegroup clauses, partition schemes and partition functions on tables and keys when comparing and deploying databases. Partition schemes and partition functions are not displayed in the comparison results.
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.ignores.ignoreFileGroupsPartitionSchemesAndPartitionFunctions=false
TOML Configuration File
[redgateCompare.sqlserver.options.ignores]
ignoreFileGroupsPartitionSchemesAndPartitionFunctions = false