DatabaseTableApplicationCreatedLinks
tempdb#result_body_crby_sybsystemprocs__sp_helpartition  01 Jan 70Joins 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_namesp_helpartition 
partition_idsp_helpartition 
compression_levelsp_helpartition 
pagessp_helpartition 
row_countsp_helpartition 
segmentsp_helpartition 
create_datesp_helpartition 
seqnumsp_helpartition 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_helpartition  
   called by proc sybsystemprocs..sp_help