Hi guys,
Would any of you know how to get the list of computed columns in a SQL Server database table?
I found sys.sp_help tablename does return this information, but only in the secord resultset.
I am trying to find out if there is a better way of doing this. Something which only returns a single result set.
Any help is very appreciated, as this is very badly documented.
Thank you, Giammarco