| Database | Table | Application | Created | Links |
| tempdb | #result_body_crby_sybsystemprocs__sp_helpartition | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #result_body(-- 0 Rows, Data: 0 B, Index: 0 B 2 partition_name varchar(255) not null, 3 partition_id int not null, 4 compression_level varchar(20) not null, 5 pages int not null, 6 row_count numeric(18, 0) not null, 7 segment varchar(255) not null, 8 create_date datetime not null, 9 seqnum int not null 10 ) 11
| COLUMN USAGE | |
| partition_name | sp_helpartition |
| partition_id | sp_helpartition |
| compression_level | sp_helpartition |
| pages | sp_helpartition |
| row_count | sp_helpartition |
| segment | sp_helpartition |
| create_date | sp_helpartition |
| seqnum | sp_helpartition |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_helpartition called by proc sybsystemprocs..sp_help |