I have stored procedure (named "TEST_PROCEDURE"), and would like to run trig
ger after this procedure is executed.Triggers are for tables, not stored procedures. Put the logic in the stored
procedure... That's what it's there for

"dsbs" <anonymous@.discussions.microsoft.com> wrote in message
news:D11ACFC6-885B-4F7C-98E0-DD7545865482@.microsoft.com...
> How Can i create trigger on stored procedure?
> I have stored procedure (named "TEST_PROCEDURE"), and would like to run
trigger after this procedure is executed.
No comments:
Post a Comment