Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Monday, February 26, 2018

Triggers

SQLServerCentral » Latest topics
Triggers
Hi Team,
I have created one single trigger to capture information modified by the insert/update/delete commands.

is there any performance difference if we create 3 separate triggers(like after insert ,after update ,after delete) ?

Th

No comments: