| Database | Table | Application | Created | Links |
| tempdb | #col_names_crby_sybsystemprocs__sp_helpartition | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #col_names(-- 0 Rows, Data: 0 B, Index: 0 B 2 indid smallint not null, 3 col_name_list varchar(1024) null 4 ) 5 6 7 create unique clustered index col_names_uniqind on #col_names_crby_sybsystemprocs__sp_helpartition(-- 0 B refcount: 0 8 indid DESC 9 ) 10
| Estimated Index Usage | |
| #col_names.col_names_uniqind unique clustered(indid) | 0 |
| COLUMN USAGE | |
| indid | sp_helpartition |
| col_name_list | sp_helpartition |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_helpartition called by proc sybsystemprocs..sp_help |