SQL Server Ignore Set Quoted Identifier And Set Ansi Nulls Statements Setting
Published 15 January 2025
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
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.ignores]
ignoreSetQuotedIdentifierAndSetAnsiNullsStatements = true