Possible Duplicate:
Get List of Computed Columns in Database Table (SQL Server)
In SQL Server 2008 is there a stored procedure I can run or view I can query which shows whether a column is a computed column? I've tried querying information_schema.columns
but it doesn't seem to provide this information.