| Database | Table | Application | Created | Links |
| tempdb | #helpcpc_crby_sybsystemprocs__sp_helpcomputedcolumn | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #helpcpc(-- 0 Rows, Data: 0 B, Index: 0 B 2 colname varchar(255) not null, 3 computedcol int not null, 4 property varchar(15) null, 5 row_id numeric(18, 0) identity not null 6 ) 7
| COLUMN USAGE | |
| colname | sp_helpcomputedcolumn |
| computedcol | sp_helpcomputedcolumn |
| property | sp_helpcomputedcolumn |
| row_id | sp_helpcomputedcolumn |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_helpcomputedcolumn called by proc sybsystemprocs..sp_helpindex called by proc sybsystemprocs..sp_help called by proc sybsystemprocs..sp_help |