| Database | Table | Application | Created | Links |
| tempdb | #sysdb_crby_sybsystemprocs__sp_helpcache | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #sysdb(-- 0 Rows, Data: 0 B, Index: 0 B 2 name sysname not null, 3 status2 smallint not null 4 ) 5
| COLUMN USAGE | |
| name | sp_helpcache |
| status2 | sp_helpcache |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_helpcache |