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

1     create table #spdbattr(-- 0 Rows, Data: 0 B, Index: 0 B
2         name sysname not null,
3         attribute_class varchar(512) not null,
4         attribute varchar(512) not null,
5         int_value int not null,
6         char_value varchar(512) not null,
7         comments varchar(255) not null,
8         class smallint not null,
9         attribute_id smallint not null
10    )
11    
COLUMN USAGE
int_valuesp_helpdb 
classsp_helpdb 
attribute_idsp_helpdb 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_helpdb