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

1     create table #spindtab(-- 0 Rows, Data: 0 B, Index: 0 B
2         index_name varchar(255) not null,
3         index_keys varchar(1024) not null,
4         index_description varchar(68) not null,
5         index_max_rows_per_page smallint not null,
6         index_fillfactor smallint not null,
7         index_reservepagegap smallint not null,
8         index_created datetime null,
9         index_local varchar(255) not null
10    )
11    
COLUMN USAGE
index_namesp_helpindex 
index_keyssp_helpindex 
index_descriptionsp_helpindex 
index_max_rows_per_pagesp_helpindex 
index_fillfactorsp_helpindex 
index_reservepagegapsp_helpindex 
index_createdsp_helpindex 
index_localsp_helpindex 

QUERIES
Joined With Links

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