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
aggregate function for varchar field
Calculate value on subform using field on main form
Why does a Letter size print area on a worksheet refuse to print on one page or either scales it down
trigger syntax MSSQL
Convert Hex to Dec from mscomm
Windows 2008 R2 cannot resolve SIDs
Microsoft Great Plains Dynamics 10.0 Trial Download???
2007 - Text fields imported from Excel have a format property of '@'
Multiple XAP files in same clientbin?
Access - SQL Trim Inner Join