Languages SQL Triggers  

Triggers

 
Records 1-3 of 3
Title  /  Popularity Revised  Rating Size
Disable a trigger for a specific user
Okay, okay... "disable" is too strong a word. The trigger still fires, but it just doesn't do anything. Via the USER built-in PL/SQL function, you can easily bypass trigger activity for a user. This example shows how.
October 21st 2009   1k
Dynamic trigger
Write business rules using conditions (T-SQL), message texts (plain text) and actions (T-SQL) and store them in a database table. These rules will be automatically called by a general purpose trigger generated dynamically by the Software.
May 8th 2006   24k
Build "selective firing" into your database triggers
PL/SQL example with narrative that illustrates how to build "selective firing" into database triggers via an outermost, enclosing conditional that evaluates user ID.
May 7th 2006   2k
New Code
Popular Code