ترفندها در SQL Server 2014 DML Triggers
302, Found
http://blogs.msdn.com/b/mvpawardprogram/archive/2014/12/22/sql-server-2014-dml-triggers-tips-amp-tricks-from-the-field.aspx icon

SQL Server 2014 DML Triggers are often a point of contention between Developers and DBAs, between those who customize a database application and those who provides it. They are often the first database objects investigated when the performance degrades. They seem easy to write, but writing efficient Trigger, though complex have a very important characteristic: they allow solving problems that cannot be managed in any other application layer. Therefore, if you cannot work without them, in this article you will learn tricks and best practices for writing and managing them efficiently. 

ترفندها در SQL Server 2014 DML Triggers