Raising events in stored procedures
Hi friend,
I have a doubt. Could you clear my doubt?
Actually what is raising events available in stored procedure?
If it is yes, how can we implement and test?
Is any useful link or tutorial available for raising events in sp?
Hope yours reply.
Thanks & Regards
Re: Raising events in stored procedures
Raising Events ?????
Do you mean Triggers ?, what is it you want to do if you explain your problem we might be able to help more, but the term raising events is not something associated with Databases, it is application based.
Triggers are procedure that fire after a defined action has occurred in your database, so you could get a Trigger to Fire [for instance] if a Particular row in a table is updated.