Assembly | SqlServer.Rules.dll |
Namespace | SqlServer.Rules.Performance |
Class | AvoidNotInRule |
Id | SRP0011 |
Friendly Name | Non-member test in predicate |
Category | Performance |
Ignorable | true |
Applicable Types | Procedure |
Scalar Function | |
Table Valued Function | |
View |
Avoid using the NOT IN predicate in a WHERE clause. (Sargable)
Avoid using NOT IN predicate in the WHERE clause.