| Database | Table | Application | Created | Links |
| tempdb | #monProcessProcedures_crby_sybsystemprocs__sp_monitor_procstack | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #monProcessProcedures(-- 0 Rows, Data: 0 B, Index: 0 B 2 SPID int not null, 3 Nesting tinyint not null, 4 DBName varchar(30) not null, 5 OwnerName varchar(30) not null, 6 ObjectName varchar(30) not null, 7 ObjectID int not null, 8 LineNumber int not null, 9 ContextID int not null, 10 Blocked int not null, 11 Statement int not null 12 ) 13
| COLUMN USAGE | |
| SPID | sp_monitor_procstack |
| Nesting | sp_monitor_procstack |
| DBName | sp_monitor_procstack |
| OwnerName | sp_monitor_procstack |
| ObjectName | sp_monitor_procstack |
| ObjectID | sp_monitor_procstack |
| LineNumber | sp_monitor_procstack |
| ContextID | sp_monitor_procstack |
| Blocked | sp_monitor_procstack |
| Statement | sp_monitor_procstack |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_monitor_procstack |