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
Which tools are available to manage SQL Azure databases and servers?
What is the difference between getdate and sysdatetime?
How to rename databases in ms sql server?
What is unique key constraint?
What is indexed view?
What is built-in/administrator?
Which sql server table is used to hold the stored procedure scripts?
What is it’s similarity with sql server?
How do you send email on SQL Server?
Can you create a logon trigger in sql server 2005 express edition?
What are system databases into sql server (2005/2008) : sql server database administration
What is the maximum length of an alert name?
How many types of the database links?
What are translations and its use? : sql server analysis services, ssas
How to select all columns of all rows from a table with a select statement in ms sql server?