Can we execute a stored procedure inside a trigger?
Answer Posted / sql2000
The question is asking for if a SP can be executed from
within a trigger. In MS SQL 2000 have executed and this is
possible.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
When multiple after triggers are attached to sql table, how to control the order of execution?
What is DCL?
List some case manipulation functions in sql?
How to get nth highest salary from employee table.
What are the steps to follow to configure SQL*Net?
Tell me what is normalization? Explain different forms of normalization?
What are the difference between primary key and unique key? : sql server database administration
How you can move data or databases between servers and databases in sql server?
Can sql server be linked with other servers like oracle?
Why I have to use stored procedures?
Difference between Inner vs outer joins?
1.what are diff types of joins , and explain diff between cross join and full outer join 2.diff types of views 3. Diff types of index 4. What is diff b/w stores procedure and function procedure 5.diff between double and int in SQL 6.diff between char and varchar in SQL. 7.Oracle or SQL whice you will preferred and why.
How to enter unicode character string literals in ms sql server?
What is the architecture of ms sql reporting service?
Difference between report and query parameter. Why do we need different type of parameter?