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

1     create table #spindattr(-- 0 Rows, Data: 0 B, Index: 0 B
2         name varchar(255) not null,
3         class smallint not null,
4         attribute smallint not null,
5         int_value int null,
6         char_value varchar(255) null,
7         comments varchar(255) null
8     )
9     
COLUMN USAGE
namesp_helpindex 
classsp_helpindex 
attributesp_helpindex 
int_valuesp_helpindex 
char_valuesp_helpindex 
commentssp_helpindex 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_helpindex  
   called by proc sybsystemprocs..sp_help