|
TheMadProfessor
Starting Member
USA
1 Posts |
Posted - 04/16/2010 : 13:36:31
|
Nice discussion...only quibble I have is in the NOT EXISTS query in the UPDATE trigger - is this really necessary? Since you have to examine the entire table anyway to determine NOT EXISTS, why not just do the COUNT(*)? Then determine by the value whether any action is required - if >0, do the message; otherwise do nothing.
I'd rather have a bottle in front of me than have to have a frontal lobotomy... |
Edited by - TheMadProfessor on 04/16/2010 13:39:41 |
 |
|