How to create an alias for a table or table-valued object in the Diagram Pane in SQL Server
When developers working with SQL Server “Denali”, MS SQL Server 2008 R2 and MS SQL Server 2005 want to create an alias for a table or table-valued object, they should follow the next steps:
1. Add the table or table-valued object to their query.
2. In the Diagram Pane, right-click …