Hi,
I am currently using stored procedures to do an action after my INSERT, UPDATE or DELETE.
I just wanted to ask for your advise..
do you recommend to continue using the stored procedures or start using triggers?
my simple example is an event-log table... I insert a row in this table if a row was inserted in employees table.
Thanks,
Jassim