DatabaseTableApplicationCreatedLinks
masterspt_monitor  31 Aug 14Joins 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_ALIASspt_monitor
52

SCHEMA

COLUMN USAGE
lastrunsp_monitor_server 
cpu_busysp_monitor_server 
io_busysp_monitor_server 
idlesp_monitor_server 
pack_receivedsp_monitor_server 
pack_sentsp_monitor_server 
connectionssp_monitor_server 
pack_errorssp_monitor_server 
total_readsp_monitor_server 
total_writesp_monitor_server 
total_errorssp_monitor_server 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_monitor_server