SQL Server Ignore Data Compression Setting
Published 15 January 2025
Description
Ignores page and row compression when comparing tables and indexes.
When the 'Ignore ignoreFileGroupsPartitionSchemesAndPartitionFunctions' option is selected, compression is ignored for partitioned tables. Objects will be written to the schema model without data compression even if the development database uses data compression.
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.ignoreDataCompression=false
TOML Configuration File
[redgateCompare.sqlserver.options.ignores]
ignoreDataCompression = false