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
What is BCP? When does it used in sql server 2012?
What is a full text index?
Explain what is sql server english query?
What are commit and rollback in sql?
What is data modeling and Reterminal integrity?
What is use of attribute hierarchy ordered ? : sql server analysis services, ssas
What are types of scd? : sql server analysis services, ssas
Explain what is meant by replication of database?
How to return the second 5 rows in ms sql server?
i have made a project i vb.net n created a .exe of it after installing it in to any pc, the database (sql express) is not geting accesed i.e the aplication cuts the link of the database, so plz help in this matter.
How to use group functions in the select clause in ms sql server?
Which is the best place or learning center for MS SQL?????In Bangladesh?????
your distribution database is full what will u do
In what sequence sql statement is processed?
What is exclusive locks?