Microsoft
Software
Hardware
Network
Question : Get the original name of an aliased column in a view
Dear experts,
I need to determine the original name of a column that has been aliased in a view. I need to do it in such a way that I am able to determine what the original column name is and preferably also the name of the table where the column is coming from.
Answer : Get the original name of an aliased column in a view
You'll have to view the definition of the view
select object_definition(object_i
d('viewnam
e'))
Random Solutions
Table parameter in SQL 2008
How to reference a control on a tab page that is not currently displayed
Microsoft MOLP licensing search
monitor SQL
Lexmark x83 drivers for Vista Business
SQL Server 2005 Linked Server Oracle 9i Error message ORA-12154
Access Query Error: specified expression as part of an aggregate function
How to tell if the current database has been openeed exclusively
Can't run a .NET web application in debug mode
determine if an Access DB (.mdb) is being opened for the first time on any given day