Back to Flyway

SQL Server Use Case Sensitive Object Definition Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare SQL Server Namespace/SQL Server Behavior Options Namespace/SQL Server Use Case Sensitive Object Definition Setting.md

latest696 B
Original Source

Description

When this option is on text comparisons on objects will be performed case sensitively. For example, object names such as ATable and atable will be considered to be different.

You should use this option only if you have databases with binary or case-sensitive sort order.

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.behavior.useCaseSensitiveObjectDefinition=true

TOML Configuration File

toml
[redgateCompare.sqlserver.options.behavior]
useCaseSensitiveObjectDefinition = true