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?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
How to end a stored procedure properly in ms sql server?
Explain the dbcc pintable command when would you use it?
How does index makes search faster?
Can you insert NULL in unique column?
List some major differences between triggers and stored procedures?
What is the syntax to execute the sys.dm_db_missing_index_details?
What are user defined functions in ms sql server?
How to round a numeric value to a specific precision?
How will you decide the active and passive nodes?
What is schemabinding a view?
What is ssrs?
What are the rules to use the rowguidcol property to define a globally unique identifier column?
How to write a query with an inner join in ms sql server?