Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Can we call a Trigger in store procedure? or Can we call a store procedure in Trigger?
Posted

1 solution

Hi,

Let me correct ...

Your first query is "Can we call a Trigger in Stored Proc?"

Ans :- We can not, as Triggers have been written on Tables and for some events like Insert / Update / delete known as triggering events.

Your next query is "Can we call a stored proc in Trigger?"

Ans :- It is not advisable. For details you can check this...


how to execute stored procedure inside instead of trigger


Hope this will help you.


Cheers
 
Share this answer
 
v3
Comments
Amol_B 18-Aug-14 8:25am    
Very Nice +5
Magic Wonder 19-Aug-14 1:32am    
Thnx.
Member 10426089 21-Aug-14 3:14am    
thanx magic for your help
Magic Wonder 21-Aug-14 3:15am    
Your welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900