User Profile

Add SkipTemporaryTable & SkipWhenNoRunTrigger properties to Table Event Subscription Functions to improve performance


Currently when you subscribe to a Table Event such as OnAfterModifyEvent or OnAfterDeleteEvent it can cause poor performance because statements such as MODIFYALL and DELETEALL no longer cause a single SQL statement to be generated but instead 1 SQL statement is generated for EACH record. The pro...

Read more...
4 Comments

Read more...
4 Comments

Category: General (1648)

STATUS DETAILS
Needs Votes