| Database | Table | Application | Created | Links |
| tempdb | #cachedevice_crby_sybsystemprocs__sp_helpcache | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #cachedevice(-- 0 Rows, Data: 0 B, Index: 0 B 2 Name varchar(30) not null, 3 DeviceName varchar(30) not null, 4 Status varchar(30) not null, 5 StartPage int not null, 6 NumPages int not null, 7 SizeKB int not null 8 ) 9
| COLUMN USAGE | |
| Name | sp_helpcache |
| DeviceName | sp_helpcache |
| Status | sp_helpcache |
| StartPage | sp_helpcache |
| NumPages | sp_helpcache |
| SizeKB | sp_helpcache |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_helpcache |