| Database | Table | Application | Created | Links |
| tempdb | #spindptn_crby_sybsystemprocs__sp_helpindex | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #spindptn(-- 0 Rows, Data: 0 B, Index: 0 B 2 index_ptn_name varchar(255) not null, 3 index_ptn_seg varchar(255) not null 4 ) 5
| COLUMN USAGE | |
| index_ptn_name | sp_helpindex |
| index_ptn_seg | sp_helpindex |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_helpindex called by proc sybsystemprocs..sp_help |