Can we execute a stored procedure inside a trigger?

Answer Posted / mohd masood siddiqui

Yes, we can call a stored procedure.

SQL doesn't have a row trigger. Triggers fire once per
statement, not per row. Hence it's not recommended to have
triggers call procedures that have to execute one row at a
time. It's slow.

Is This Answer Correct ?    13 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to replace null values in expressions using isnull()?

636


What are a scheduled jobs or what is a scheduled tasks?

487


What is the difference between char, varchar and nvarchar?

563


Is there any difference between the primary key and unique key?

565


What is a db view?

513






What is attribute hierarchy? : sql server analysis services, ssas

512


Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?

529


How to locate and take substrings with charindex() and substring() functions?

502


What is query parameter in ssrs?

118


What are different types of replication in sql server?

566


What is abstracting periodical?

519


What gets stored inside msdb database?

760


What are the different subsets of sql?

942


What is an example of a foreign key?

502


How do I find the size of a sql server database?

482