Can we execute a stored procedure inside a trigger?
Answer Posted / uttam singh rawat
Yes , we can execute the proc inside the trigger
exce proce_name(param,param1)
Is This Answer Correct ? | 35 Yes | 5 No |
Post New Answer View All Answers
what are constraints? Explain different types of constraints? : Sql server database administration
What happens if you add a new index to large table?
What is set nocount on and what is set nocount off?
Which sql server table is used to hold the stored procedure scripts?
Can a synonym name of a table be used instead of a table name in a select statement?
What is implicit cursors?
Explain how does the report manager work in ssrs?
What is the difference between a fill factor of 100 and 0?
What are the system database in sql server 2005?
Explain intellisense for query editing
How do I delete a sql server database?
Explain the use of keyword with encryption. Create a store procedure with encryption?
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
What do you mean by normalisation?
What is the distinction amongst delete and truncate?