Assembly | SqlServer.Rules.dll |
Namespace | SqlServer.Rules.Performance |
Class | AvoidFunctionsInActionQueries |
Id | SRP0010 |
Friendly Name | Function in data modification |
Category | Performance |
Ignorable | true |
Applicable Types | Procedure |
Scalar Function | |
Table Valued Function |
Avoid the use of user defined functions with UPDATE/INSERT/DELETE statements. (Halloween Protection)
Avoid the use of functions with UPDATE / INSERT / DELETE statements. (Halloween Protection)