SQL Server Data Compress Temporary Files Setting

Description

Compresses the temporary files that are generated while performing the comparison. This reduces the possibility of running out of temporary disk space when comparing very large databases.

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 data comparison options settings in SQL Server projects.

TOML Configuration File

[redgateCompare.sqlserver.data.options.comparison]
compressTemporaryFiles = true

Didn't find what you were looking for?