Assembly | SqlServer.Rules.dll |
Namespace | SqlServer.Rules.Performance |
Class | AvoidCorrelatedSubqueriesRule |
Id | SRP0024 |
Friendly Name | Correlated subquery |
Category | Performance |
Ignorable | true |
Applicable Types | Procedure |
Scalar Function | |
Table Valued Function | |
View |
Avoid the use of correlated subqueries except for very small tables.
Avoid the use of correlated subqueries except for very small tables