Migrating RECID-trigger mechanism to RECID computed column mechanism
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Migrating RECID-trigger mechanism to RECID computed column mechanism
Use the following procedure to convert a table
that supports the ROWID function from one that
is trigger-enabled to the more reliable computed column-enabled.
Computed column enablement is available only through MS SQL Server
2005 and later.
Note: Prior to performing the following
steps, ensure you have backed up the tables with which you will
be working.
To adopt a table to support the ROWID function
using computed column from trigger mechanism:
Note: It is recommended that you back-up
database tables before following the steps to adopt a new computed
column mechanism.