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
Run SSRS 2008 Services Against a SQL 2005 engine?
Warning when changing a single instance of a recurring OCS Live Meeting
How can I install a Third Party certificate within IE7 on Terminal Server for all users
Missing ; at end of SQL statement
Crypt some text and Decrypt it
Exchange 2003 Cluster, Event ID: 1080 occurs every three seconds
Modifying tableadapter parameters
Windows 98 Splash Screen (logo) freezes during bootup
STOP: 0x00000007B (0xF7B44528, 0xC0000034, 0x00000000, 0x00000000)
Working with recordsets