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
Dir vs Dir$
Which hard drive does the volume number corresponds to?
What is the signature for load complete even?
Restore a Sharepoint Site from an SQL Database Backup
Is there a way to access the Office clipboard using Visual Basic in Word?
C# 3.0 - Generic Bulk Copy
How to format SQL query string in vb.net for a multi-field index in Access??
How can I automatically (VBA) insert a comment when certain condition exist in a cell;
Open and Print PDF file
On timer event passes it's own time