| Database | Table | Application | Created | Links |
| master | spt_monitor | ![]() | 31 Aug 14 | Joins Schema ColumnUsage Queries Dependencies |
1 create table spt_monitor(-- 1 Rows, Data: 2 KB, Index: 0 B 2 lastrun datetime not null, 3 cpu_busy int not null, 4 io_busy int not null, 5 idle int not null, 6 pack_received int not null, 7 pack_sent int not null, 8 connections int not null, 9 pack_errors int not null, 10 total_read int not null, 11 total_write int not null, 12 total_errors int not null 13 ) 14 15 Grant Select on spt_monitor to public 16
| ALIASES USED for master..spt_monitor | |
| NO_ALIAS | spt_monitor |
| 5 | 2 |
| SCHEMA |
![]() |
| COLUMN USAGE | |
| lastrun | sp_monitor_server |
| cpu_busy | sp_monitor_server |
| io_busy | sp_monitor_server |
| idle | sp_monitor_server |
| pack_received | sp_monitor_server |
| pack_sent | sp_monitor_server |
| connections | sp_monitor_server |
| pack_errors | sp_monitor_server |
| total_read | sp_monitor_server |
| total_write | sp_monitor_server |
| total_errors | sp_monitor_server |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_monitor_server |