| Database | Table | Application | Created | Links |
| tempdb | #spindattr_crby_sybsystemprocs__sp_helpindex | 01 Jan 70 | Joins 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 | |
| name | sp_helpindex |
| class | sp_helpindex |
| attribute | sp_helpindex |
| int_value | sp_helpindex |
| char_value | sp_helpindex |
| comments | sp_helpindex |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_helpindex called by proc sybsystemprocs..sp_help |