Can we execute a stored procedure inside a trigger?
Answer Posted / reva ram sahu
Triger are executed automatically so we can't call them
within a stored procedure or within a function they are
executer explicitly when any DML command take place and also
fire in case of sql server 2005 whenere there is any DDL
command such as create table/proce or alter table/proce
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
Explain different types of lock modes in sql server 2000?
How do I port a number to sql server?
What are database states in ms sql server?
What is the difference between getdate and sysdatetime?
What is temporary table in sql server? Why we use temp table?
What area unit the various kinds of info compression introduced in sql server 2008?
Describe different Processing Modes offered by SSRS?
What are the advantages of log shipping?
What is the cartesian product of table?
How can you manage sql azure security?
Do I need a report server to run reports in my application?
Where are full-text indexes stored?
Tell me what is the stuff and how does it differ from the replace function?
How to recover from sql injection? : sql server security
What is database isolation in sql server? : sql server database administration