Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which trigger...
Message
From
20/12/1999 17:51:18
 
 
To
20/12/1999 10:16:53
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00306121
Message ID:
00306479
Views:
26
>Is there a way to know which trigger called my SP? Update,Delete,New? Or is the only way to query the Insert and Delete tables and determine from there record counts?

I don't think there's any way without passing some info from the trigger.

BTW, are the deleted and inserted tables visible to a stored procedure that is called from within a trigger?

Also, are you sure that you want to call a stored procedure from within the trigger? Remember that a trigger will fire no matter how many rows were affected by the query.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform