DatabaseTableApplicationCreatedLinks
tempdb#syslocks_crby_sybsystemprocs__sp_monitor_procstack  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #syslocks(-- 0 Rows, Data: 0 B, Index: 0 B
2         id int not null,
3         dbid smallint not null,
4         page int not null,
5         type smallint not null,
6         spid smallint not null,
7         class varchar(30) not null,
8         fid smallint not null,
9         context tinyint not null,
10        row smallint not null,
11        loid int not null,
12        partitionid int not null,
13        nodeid tinyint not null,
14        typestr varchar(30) not null,
15        blocked int not null
16    )
17    
COLUMN USAGE
idsp_monitor_procstack 
dbidsp_monitor_procstack 
pagesp_monitor_procstack 
typesp_monitor_procstack 
spidsp_monitor_procstack 
rowsp_monitor_procstack 
typestrsp_monitor_procstack 
blockedsp_monitor_procstack 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_monitor_procstack