| Database | Table | Application | Created | Links |
| master | monInmemoryStorage | ![]() | 31 Aug 14 | Joins Schema ColumnUsage Queries Dependencies |
1 create table monInmemoryStorage(-- 0 Rows, Data: 2 KB, Index: 0 B 2 InstanceID tinyint not null, 3 ID int not null, 4 DeviceNum int not null, 5 StartPage int not null, 6 NumPages int not null, 7 SizeKB int not null, 8 Name varchar(30) null, 9 DeviceName varchar(30) null, 10 Type varchar(30) null, 11 Status varchar(30) null 12 ) 13 14 Grant Select on monInmemoryStorage to public 15
| ALIASES USED for master..monInmemoryStorage |
| NO_ALIAS |
| 1 |
| SCHEMA |
![]() |
| COLUMN USAGE | |
| StartPage | sp_helpcache |
| NumPages | sp_helpcache |
| SizeKB | sp_helpcache |
| Name | sp_helpcache |
| DeviceName | sp_helpcache |
| Status | sp_helpcache |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read by proc sybsystemprocs..sp_helpcache |