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
Windows XP SP2 Automatic Updates Service Will Not Start
Trying to get autodiscover service to work from outside the network
GetUserProfileByName Issue after form is submitted
2008 server & 2000 Professional client
OSC 2007 R2, need to deploy a FQDN pool. not sure how to
How to restore Windows 7 Home Premium?
Exchange 2010 Spam Handling Hub Transport Server
replace field value with another value using MS TSQL
There isn't enough memory to perform this operation
How to use CDatabase's ExecuteSQL to find the record or row and then get the result, such as in CRecordSet