| Database | Table | Application | Created | Links |
| tempdb | #tmp_P_SQLText_crby_sybsystemprocs__sp_monitor_statement | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #tmp_P_SQLText(-- 0 Rows, Data: 0 B, Index: 0 B 2 SPID int not null, 3 InstanceID tinyint not null, 4 KPID int not null, 5 ServerUserID int not null, 6 BatchID int not null, 7 LineNumber int not null, 8 SequenceInLine int not null, 9 SQLText varchar(255) not null, 10 DisplayStats int not null 11 ) 12
| COLUMN USAGE | |
| SPID | sp_monitor_statement |
| LineNumber | sp_monitor_statement |
| SequenceInLine | sp_monitor_statement |
| SQLText | sp_monitor_statement |
| DisplayStats | sp_monitor_statement |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_monitor_statement |