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
View PDF within an Access 2007 Form?
Access Report Design
help with Scalar-valued function
How can I change the default location where RDP tries to save it's default.RDP to?
Parameter dialog box unexpectedly pops up while dynamically linking unbound subforms to a main form
Hyper-V RAID Recommendations
How to email an Access 2002 report in pdf format
count total lines or "returns" from a string of text
Outlook error 0x80040109 -
reverse string using SQL function