| Database | Table | Application | Created | Links |
| tempdb | #result_all_crby_sybsystemprocs__sp_helpartition | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #result_all(-- 0 Rows, Data: 0 B, Index: 0 B 2 name longsysname(255) not null, 3 type varchar(10) not null, 4 partition_type varchar(28) not null, 5 partitions int not null, 6 partition_keys varchar(1024) not null 7 ) 8
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_helpartition called by proc sybsystemprocs..sp_help |