| Database | Table | Application | Created | Links |
| tempdb | #syslocks_2_crby_sybsystemprocs__sp_monitor_procstack | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #syslocks_2(-- 0 Rows, Data: 0 B, Index: 0 B 2 spid smallint not null, 3 dbid smallint not null, 4 id int not null, 5 page int not null, 6 row smallint not null, 7 typestr varchar(30) not null, 8 blocked int not null 9 ) 10
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_monitor_procstack |