|
Support:
Databases: Speeding Event Entry by Disabling
Team-Based Pay
This article applies only to Bundle-Track versions 3.6 and higher.
If you never use Team-based pay, you may enjoy improved Event Entry
speed by disabling the database processing that supports Team-based
pay.
Requirements:
Procedure:
- Get ISQL ready to run your commands.
- Copy and Paste the following
code into ISQL:
|
DROP
TRIGGER EVECURAI;
COMMIT;
DROP TRIGGER EVECURAU;
COMMIT;
DROP TRIGGER EVECURBD;
COMMIT;
DROP TRIGGER EVECURAD;
COMMIT;
|
- Click the Lightning Bolt icon to execute and note the
result.
- If the code executes successfully, it will simply disappear
from the upper window.
- If you get an error message, contact Bundle-Track support.
- Exit ISQL and IBConsole.
|