Modifying your insert trigger
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Modifying your insert trigger
Progress Version 9.1D modified the insert
trigger that it places on a table in the foreign database when the PROGRESS_RECID support
is selected. The modification reduces the level of contention between
multiple users performing inserts simultaneously. The reduction
in contention can produce performance improvement.
If your
database was created using the OpenEdge DB to MS SQL Server utility
and PROGRESS_RECID support is
enabled, Progress Software Corporation recommends that you re-create your database
by dumping your data, executing the OpenEdge DB to MS SQL Server
migration again, and then reloading your data. If this is not possible,
then you can manually change your existing MS SQL Server database by
doing the following on each table that has been defined with PROGRESS_RECID support
from your MS SQL Server Migration: