Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 643 Bytes

SRD0021.md

File metadata and controls

32 lines (21 loc) · 643 Bytes

SQL Server Rule: SRD0021

Assembly SqlServer.Rules.dll
Namespace SqlServer.Rules.Design
Class ConsiderEXISTSInsteadOfInRule

Rule Information

Id SRD0021
Friendly Name Consider EXISTS Instead Of In Rule
Category Design
Ignorable true
Applicable Types Procedure
Scalar Function
Table Valued Function
View

Description

Consider using EXISTS instead of IN when used with a subquery.

Summary