Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 711 Bytes

SRP0024.md

File metadata and controls

32 lines (22 loc) · 711 Bytes

SQL Server Rule: SRP0024

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

Rule Information

Id SRP0024
Friendly Name Correlated subquery
Category Performance
Ignorable true
Applicable Types Procedure
Scalar Function
Table Valued Function
View

Description

Avoid the use of correlated subqueries except for very small tables.

Summary

Avoid the use of correlated subqueries except for very small tables