Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 697 Bytes

File metadata and controls

32 lines (22 loc) · 697 Bytes

SQL Server Rule: SRD0038

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

Rule Information

Id SRD0038
Friendly Name Alias Tables Rule
Category Design
Ignorable true
Applicable Types Procedure
Scalar Function
Table Valued Function
View

Description

Consider aliasing all table sources in the query.

Summary

When a query contains multiple tables it is a good practice to alias all tables used in the query.