Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 585 Bytes

SRP0004.md

File metadata and controls

29 lines (19 loc) · 585 Bytes

SQL Server Rule: SRP0004

Assembly SqlServer.Rules.dll
Namespace SqlServer.Rules.Performance
Class AvoidReturningResultsFromTriggersRule

Rule Information

Id SRP0004
Friendly Name Noisy trigger
Category Performance
Ignorable true
Applicable Types Dml Trigger

Description

Avoid returning results in triggers.

Summary

Avoid returning results in triggers.