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

Can we write ddl in trigger?

581


Explain timestamp datatype?

635


What is the name of the system variable that returns the number of rows affected by a SQL statement?

659


What are the main differences between #temp tables and @table variables and which one is preferred?

632


Difference between Sql server reporting services and Crystal reports?

132






What is update_statistics command?

659


What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration

711


What is the federation in sql azure?

85


Why functions are used in sql server?

590


How to convert a unicode strings to non-unicode strings?

653


What is the difference between Normalization and De-normalization?

672


How many ways to create table-valued functions?

685


How many levels of sp nesting are possible?

642


What are difference between Cluster index and Non-Cluster index?

683


How do I repair damaged sql server mdf file database? In previous day my mdf file has got damage due to unknown reasons then I used dbcc chekcdb command but it failed, MDF file is important for me, I don’ know that how to get back mdf file data. Please anyone suggest me?

1402