DatabaseTableApplicationCreatedLinks
tempdb#helpcpc_crby_sybsystemprocs__sp_helpcomputedcolumn  01 Jan 70Joins 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
colnamesp_helpcomputedcolumn 
computedcolsp_helpcomputedcolumn 
propertysp_helpcomputedcolumn 
row_idsp_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