Back to Flyway

SQL Server Decrypt Encrypted Objects Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare SQL Server Namespace/SQL Server Behavior Options Namespace/SQL Server Decrypt Encrypted Objects Setting.md

latest731 B
Original Source

Description

When this option is selected, encrypted database objects will be decrypted. This can have a significant performance impact on large databases.

When this option is set, all encrypted objects are decrypted within snapshots or scripts folders. This option requires sysadmin permissions and does not work with Azure SQL databases.

Type

Boolean

Default

true

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.decryptEncryptedObjects=false

TOML Configuration File

toml
[redgateCompare.sqlserver.options.behavior]
decryptEncryptedObjects = false