Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Maintaining the BMCHIST table
When a utility completes successfully, it inserts a row into the BMCHIST table. Periodically, review BMCHIST and delete old rows to control its expansion.
To delete selected rows from the BMCHIST table based on the date that the utility was completed, use the following sample SQL statement:
DELETE FROM creatorName.CMN_BMCHIST WHERE DATE < 'yyyy-mm-dd';