SQL Server Forbid Duplicate Table Storage Settings Setting

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

Flyway Desktop

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

Command-line

./flyway diff -redgateCompare.sqlserver.options.behavior.forbidDuplicateTableStorageSettings=true

TOML Configuration File

[redgateCompare.sqlserver.options.behavior]
forbidDuplicateTableStorageSettings = true

This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved


Didn't find what you were looking for?