pdb_exception_handling

Determines how Replication Agent trigger errors are handled in the primary database.

Default

false

Value

true – If an error occurs during trigger execution, the error is logged in the exceptions table and the transaction in the primary database continues without being recorded in the Replication Agent transaction log.

false – If an error occurs during trigger execution, the transaction in the primary database fails, reporting the error to the entity that submitted the transaction.

Comments