DatabaseTableApplicationCreatedLinks
sybsystemprocssysthresholds  31 Aug 14Joins Schema ColumnUsage Queries Dependencies

1     create table systhresholds(-- 0 Rows, Data: 2 KB, Index: 0 B
2         segment smallint not null,
3         free_space int not null,
4         status smallint not null,
5         proc_name varchar(255) not null,
6         suid int null,
7         currauth varbinary(255) null
8     )
9     
10    alter table systhresholds lock datarows
11    
12    Grant Select on systhresholds to public
13    
JOINS
From ColumnsTo TableTo ColumnsCntCstrStrength
[segment]sybsystemprocs..syssegments[segment]16 Simple Join

ALIASES USED for sybsystemprocs..systhresholds
NO_ALIASbsysthresholdst
13156

SCHEMA

COLUMN USAGE
segmentsp_addthreshold  sp_dropalias  sp_dropsegment  sp_dropthreshold  sp_dropuser  sp_helpthreshold  sp_modifythreshold 
free_spacesp_addthreshold  sp_dropalias  sp_dropsegment  sp_dropthreshold  sp_dropuser  sp_helpthreshold  sp_modifythreshold 
statussp_addthreshold  sp_dropthreshold  sp_helpthreshold  sp_modifythreshold 
proc_namesp_addthreshold  sp_changedbowner  sp_helpthreshold  sp_modifythreshold 
suidsp_addthreshold  sp_changedbowner  sp_dropalias  sp_dropuser  sp_modifythreshold 
currauthsp_addthreshold  sp_changedbowner  sp_modifythreshold 

QUERIES
Joined With Links
sybsystemprocs..syssegments sybsystemprocs..sp_helpthreshold:74
sybsystemprocs..sp_dropsegment:351
sybsystemprocs..sp_dropalias:181
sybsystemprocs..sp_helpthreshold:102
sybsystemprocs..sp_helpthreshold:59
sybsystemprocs..sp_dropsegment:409
sybsystemprocs..sp_helpthreshold:91
sybsystemprocs..sp_dropuser:357

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_dropsegment  
read_written by proc sybsystemprocs..sp_dropthreshold  
read by proc sybsystemprocs..sp_dropalias  
read_written by proc sybsystemprocs..sp_modifythreshold  
read_written by proc sybsystemprocs..sp_changedbowner  
read_written by proc sybsystemprocs..sp_addthreshold  
read by proc sybsystemprocs..sp_dropuser  
read by proc sybsystemprocs..sp_helpthreshold