DatabaseTableApplicationCreatedLinks
mastermonInmemoryStorage  31 Aug 14Joins 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
StartPagesp_helpcache 
NumPagessp_helpcache 
SizeKBsp_helpcache 
Namesp_helpcache 
DeviceNamesp_helpcache 
Statussp_helpcache 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read by proc sybsystemprocs..sp_helpcache