Reports information on the computed columns in a specified table.
sp_helpcomputedcolumn {tabname}
sp_helpcomputedcolumn mytitles
Column_Name Property ----------- ------------ sum_sales materialized Text ------------------------------------ AS price * total_sales materialized (return status = 0)
Any user can execute sp_helpcomputedcolumn. Permission checks do not differ based on the granular permissions settings.
Values in event and extrainfo columns from the sysaudits table are:
Information | Values |
---|---|
Event | 38 |
Audit option | exec_procedure |
Command or access audited | Execution of a procedure |
Information in extrainfo |
|