| Database | Table | Application | Created | Links |
| tempdb | #spindtab_crby_sybsystemprocs__sp_helpindex | 01 Jan 70 | Joins 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_name | sp_helpindex |
| index_keys | sp_helpindex |
| index_description | sp_helpindex |
| index_max_rows_per_page | sp_helpindex |
| index_fillfactor | sp_helpindex |
| index_reservepagegap | sp_helpindex |
| index_created | sp_helpindex |
| index_local | sp_helpindex |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_helpindex called by proc sybsystemprocs..sp_help |