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

1     create table #sphelpattr(-- 0 Rows, Data: 0 B, Index: 0 B
2         class varchar(255) not null,
3         class_id smallint not null,
4         attribute varchar(255) not null,
5         attribute_id smallint not null,
6         int_value int null,
7         char_value varchar(255) null,
8         comments varchar(255) null
9     )
10    
COLUMN USAGE
classsp_help 
class_idsp_help 
attributesp_help 
attribute_idsp_help 
int_valuesp_help 
char_valuesp_help 
commentssp_help 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_help