Using SQL Server Profiler and using strategically placed "Print" statements, I have identified a situation where multiple triggers are firing as part of an update to a table. After one trigger completes its processing, there is a delay of several seconds (usually between 5 and 11 seconds) between the firing of the next trigger. Does anyone have any thoughts as to what might cause such a thing?
Thanks for your assistance!