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
SQL Query to delete all records older than 365 days
Declare variable in Microsoft SQL Server Management Studio
Trouble inserting date into Access 2003 database from Excel VBA using SQL
Why can I not find the InvokeRequired and SetTextCallback Options
Using alternative to LIMIT command and using INNER JOIN in MS SQL Query
Cannot link to SQL Server Express 2008 table from within Access 2007
Using 7-zip from command line. Has anybody done it?
Microsoft Office Communicator 2007 R2 auto login enternally what not a member of Domain??
Windows Media player wont play Netflix online movies
How to copy section of each field from Colm 1 to Colm 2 in excel