Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 724 Bytes

SRP0006.md

File metadata and controls

32 lines (22 loc) · 724 Bytes

SQL Server Rule: SRP0006

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

Rule Information

Id SRP0006
Friendly Name Use of inequality
Category Performance
Ignorable true
Applicable Types Procedure
Scalar Function
Table Valued Function
View

Description

Try to avoid using not equal operator (<>,!=) in the WHERE clause if possible. (Sargable)

Summary

Avoid using not equal operator (<>,!=) in the WHERE clause. (Sargeable)