convert_not_nullable_message

Use this system parameter to determine if a message will be generated in the Event Log when CDC Replication converts a null value to a default value when applied to a non-nullable column.

When set to true (default value), CDC Replication will log the event the first time it encounters a null to non-nullable mapping (on a per column per table basis). When set to false, CDC Replication will not generate a message when a null value is converted to a default value.

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 a null value is converted to a default value on a per column per table basis.
false
No warning message is generated in the Event Log.
Default Setting
true