DatabaseTableApplicationCreatedLinks
tempdb#spt_server_crby_sybsystemprocs__sp_helpserver  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #spt_server(-- 0 Rows, Data: 0 B, Index: 0 B
2         name varchar(255) not null,
3         network varchar(32) not null,
4         secmech varchar(255) null,
5         principal varchar(255) null,
6         class varchar(15) null,
7         status varchar(255) not null,
8         id smallint not null,
9         cost smallint null
10    )
11    
COLUMN USAGE
namesp_helpserver 
networksp_helpserver 
secmechsp_helpserver 
principalsp_helpserver 
classsp_helpserver 
statussp_helpserver 
idsp_helpserver 
costsp_helpserver 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_helpserver