Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 706 Bytes

SRP0015.md

File metadata and controls

32 lines (22 loc) · 706 Bytes

SQL Server Rule: SRP0015

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

Rule Information

Id SRP0015
Friendly Name Avoid Column Calculations
Category Performance
Ignorable true
Applicable Types Procedure
Scalar Function
Table Valued Function
View

Description

Avoid the use of calculations on columns in the where clause. (Sargable)

Summary

Avoid the use of calculations on columns in the where clause.