| Database | Table | Application | Created | Links |
| tempdb | #procstats_avg_crby_sybsystemprocs__sp_monitor_procedure | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #procstats_avg(-- 0 Rows, Data: 0 B, Index: 0 B 2 ProcName varchar(30) not null, 3 DBName varchar(30) not null, 4 AvgElapsedTime int not null, 5 AvgCPUTime float not null, 6 AvgWaitTime float not null, 7 AvgPhysicalReads float not null, 8 AvgLogicalReads float not null, 9 AvgPacketsSent float not null, 10 NumExecs int not null 11 ) 12
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_monitor_procedure |