Document toolboxDocument toolbox

Triggers

Key
SymbolTrigger TypeTriggering Event
before each row 
after each row 
(plus) insert
(minus) delete
(tick) update

On SQL Server there is no concept of before/after each row. For SQL Server, all 'Trigger Types' are 'After' triggers. 

 

 

TableTriggerTriggertypeTriggeringeventDescription
sp083_system_parameterssp083_audit(plus) (minus) (tick)Save important changed columns in spaudit_sp083.
sp088_user_unitsvalidate_unit_no(plus) (tick)Ensure unit type and unit number are valid.
sp100_activitiessp100_audit(plus) (minus) (tick)Save important changed columns in sp507_audit_sp100.
sp108_job_detailssp108_audit(plus) (minus) (tick)Save important changed columns in sp508_audit_sp108.
sp111_jobssp111_audit(plus) (minus) (tick)Save important changed columns in sp509_audit_sp111
sp206_capabilitiessp206_audit(plus) (minus) (tick)Audit data to sp511_audit_sp206.
sp213_scheduler_parameterssp213_audit(plus) (minus) (tick)Save important changed columns in spaudit_sp213
sp400_componentsvalidate_components(plus) (tick)Check entries in fru_no only refer to responsibility units with fru type.
sp401_component_hierarchyvalidate_component_hierarchy(plus) (tick)Check that the entries are not at risk of circular references: sp405.hierarchy_level of the client must be numerically lower than that of the server.
sp402_monitorsaudit_sp402(plus) (minus) (tick)Audit the table to sp403_component_states_audit.
sp405_component_typescheck_sp405_monitorsafter statement(plus) (tick)Check that only one entry for the monitor (level 1) is added.
sp406_monitorsaudit_sp406(plus) (minus) (tick)Audit the table to sp408_monitor_audit.
sp406_monitorsvalidate_monitors(plus) (tick)Check that the entries are only of component type for monitor (level 1 in hierarchy).
sp410_component_alertscheck_sp410_component_alert(plus) (tick)Ensure that there is only 1 record in sp410_component_alerts.
sp417_system_stateaudit_sp417(plus) (minus) (tick)Audit data to sp418_system_state_audit.