implicit_transformation_warning

Use this system parameter when you want CDC Replication to generate a warning message in the Event Log to identify possible problems with data transformations on the target table.

When this system parameter is enabled, data transformations that meet the criteria for warnings are logged to the Event Log. For example, CDC Replication will generate a warning if it had to truncate data in a column with variable length encoding in order to fit it into the target column. Each time you restart CDC Replication, CDC Replication will generate one warning for each column in a table even if the conversions may be different each time. You should check the Event Log for new warnings related to data conversion to ensure data consistency between your source and target tables.

Note: This system parameter applies only when the convert_not_nullable_column parameter has been set to true.
Applies to
Target datastores
Values
Set this parameter to one of the following values:
true
Generates a warning message in the Event Log the first time an issue is detected on a per column per table basis.
false
No warning message is generated in the Event Log.
Default Setting
true