| Database | Table | Application | Created | Links |
| tempdb | #result_cond_crby_sybsystemprocs__sp_helpartition | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #result_cond(-- 0 Rows, Data: 0 B, Index: 0 B 2 Partition_Conditions varchar(255) null, 3 seqnum int not null, 4 colid int not null, 5 colid2 int not null 6 ) 7
| COLUMN USAGE | |
| Partition_Conditions | sp_helpartition |
| seqnum | sp_helpartition |
| colid | sp_helpartition |
| colid2 | sp_helpartition |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_helpartition called by proc sybsystemprocs..sp_help |