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
What SQL versions are VSS aware?
Excel - Delete last 5 digits in cell
calendar control in reports using reporting services (SQL Server2005)
I need to refresh the form record when subform record is clicked on.
Error 2869 when installing windows service on Vista Home
Open Outlook Form from Access
Can't enable store passwords using reversible encryption
File Copying through CopyFileEx of kernel32.dll in vb.net
DCPROMO fails when existing DC's are on different subnet / segment
SSRS Add Group Names to Totals