Assembly | SqlServer.Rules.dll |
Namespace | SqlServer.Rules.Performance |
Class | AvoidTableVariableInJoinsRule |
Id | SRP0014 |
Friendly Name | Table variable in JOIN |
Category | Performance |
Ignorable | true |
Applicable Types | Procedure |
Scalar Function | |
Table Valued Function |
Avoid the use of table variables in join clauses.
Avoid the use of table variables in join clauses planning and maintenace hazard.