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
Companyweb keeps promoting administrator for username and password
Who is logged into my access database now?
use menu item to add data to combo box
'0' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum'.
Find Not In Order Stock Transaction
Rquire simpler than multiple iif, or, and combination
VBA Excel: how to force sheet recalculating
Why do pivot tables continually corrupt excel sheets?
How to read contents of Macros using VBA
IP change on Win2K Server DC