Assembly | SqlServer.Rules.dll |
Namespace | SqlServer.Rules.Performance |
Class | AvoidNotEqualToRule |
Id | SRP0006 |
Friendly Name | Use of inequality |
Category | Performance |
Ignorable | true |
Applicable Types | Procedure |
Scalar Function | |
Table Valued Function | |
View |
Try to avoid using not equal operator (<>,!=) in the WHERE clause if possible. (Sargable)
Avoid using not equal operator (<>,!=) in the WHERE clause. (Sargeable)