Redgate Flyway

SQL Server Ignore Set Quoted Identifier And Set Ansi Nulls Statements Setting

Description

Ignores these SET statements when comparing views, stored procedures, and other objects. This will also remove the initial set statement for these settings and ANSI_PADDING.

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.ignores.ignoreSetQuotedIdentifierAndSetAnsiNullsStatements=true

TOML Configuration File

[redgateCompare.sqlserver.options.ignores]
ignoreSetQuotedIdentifierAndSetAnsiNullsStatements = true

Didn't find what you were looking for?