SQL Server Forbid Duplicate Table Storage Settings Setting
Published 15 January 2025
Description
Forbids setting file group, file stream, partition scheme, and data compression options on both a table and a clustered index or non-inlined clustered constraint on that table, even though when options are specified on both, the options specified on the table are ignored by SQL Server.
Type
Boolean
Default
false
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]
forbidDuplicateTableStorageSettings = true