DatabaseTableApplicationCreatedLinks
mastersysengines  31 Aug 14Joins Schema ColumnUsage Queries Dependencies

1     create table sysengines(-- 0 Rows, Data: 0 B, Index: 0 B
2         engine smallint not null,
3         osprocid int not null,
4         osprocname char(32) not null,
5         status char(12) not null,
6         affinitied int not null,
7         cur_kpid int not null,
8         last_kpid int not null,
9         idle_1 tinyint not null,
10        idle_2 tinyint not null,
11        idle_3 tinyint not null,
12        idle_4 tinyint not null,
13        starttime datetime not null,
14        nodeid tinyint null
15    )
16    
17    Grant Select on sysengines to public
18    
ALIASES USED for master..sysengines
NO_ALIAS
5

SCHEMA

COLUMN USAGE
enginesp_dboption  sp_showexeclass  sp_sysmon_hk 
statussp_dboption  sp_showexeclass  sp_sysmon_hk 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read by proc sybsystemprocs..sp_sysmon_hk  
   called by proc sybsystemprocs..sp_sysmon_analyze  
      called by proc sybsystemprocs..sp_sysmon  
read by proc sybsystemprocs..sp_showexeclass  
read by proc sybsystemprocs..sp_dboption  
read by proc sybsystemprocs..sp_monitor_server