Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 765 Bytes

SRP0010.md

File metadata and controls

31 lines (21 loc) · 765 Bytes

SQL Server Rule: SRP0010

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

Rule Information

Id SRP0010
Friendly Name Function in data modification
Category Performance
Ignorable true
Applicable Types Procedure
Scalar Function
Table Valued Function

Description

Avoid the use of user defined functions with UPDATE/INSERT/DELETE statements. (Halloween Protection)

Summary

Avoid the use of functions with UPDATE / INSERT / DELETE statements. (Halloween Protection)