Back to Flyway

SQL Server Ignore Dynamic Data Masking Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare SQL Server Namespace/SQL Server Ignore Options Namespace/SQL Server Ignore Dynamic Data Masking Setting.md

latest735 B
Original Source

Description

Ignores MASKED clauses on table columns. Whilst masking-only differences will not be deployed, if your target column was masked and has any change deployed to it, for memory-optimized tables and scripts folders this will cause the field to lose its masking function regardless of whether it was also masked in the source database.

Type

Boolean

Default

false

Usage

Flyway Desktop

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

Command-line

powershell
./flyway diff -redgateCompare.sqlserver.options.ignores.ignoreDynamicDataMasking=true

TOML Configuration File

toml
[redgateCompare.sqlserver.options.ignores]
ignoreDynamicDataMasking = true