| Database | Table | Application | Created | Links |
| tempdb | #tmpLoad_crby_sybsystemprocs__sp_sysmon_kernel_threaded | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #tmpLoad(-- 0 Rows, Data: 0 B, Index: 0 B 2 StatisticID smallint not null, 3 EngineNumber smallint not null, 4 Avg_1min real not null, 5 Avg_5min real not null, 6 Avg_15min real not null, 7 ThreadPoolID int not null 8 ) 9
| COLUMN USAGE | |
| StatisticID | sp_sysmon_kernel_threaded |
| EngineNumber | sp_sysmon_kernel_threaded |
| Avg_1min | sp_sysmon_kernel_threaded |
| Avg_5min | sp_sysmon_kernel_threaded |
| Avg_15min | sp_sysmon_kernel_threaded |
| ThreadPoolID | sp_sysmon_kernel_threaded |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_sysmon_kernel_threaded called by proc sybsystemprocs..sp_sysmon_analyze called by proc sybsystemprocs..sp_sysmon |