Assembly | SqlServer.Rules.dll |
Namespace | SqlServer.Rules.Performance |
Class | AvoidColumnCalcsRule |
Id | SRP0015 |
Friendly Name | Avoid Column Calculations |
Category | Performance |
Ignorable | true |
Applicable Types | Procedure |
Scalar Function | |
Table Valued Function | |
View |
Avoid the use of calculations on columns in the where clause. (Sargable)
Avoid the use of calculations on columns in the where clause.