SQL Server Data Transport CLR Data Types As Binary Setting
Published 15 January 2025
Description
Uses the binary representation of CLR types in the deployment script. Note that:
- if this option is not selected the string representation will be used.
- if you deploy user-defined CLR types to a SQL Azure database, this option has no effect; SQL Azure does not support user-defined CLR types.
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.deployment]
transportClrDataTypesAsBinary = true