DatabaseTableApplicationCreatedLinks
tempdb#all_tables_crby_sybsystemprocs__sp_helpartition  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #all_tables(-- 0 Rows, Data: 0 B, Index: 0 B
2         owner char(- 1) not null,
3         name longsysname(255) not null,
4         partitions int not null,
5         partition_type varchar(28) not null
6     )
7     
QUERIES
Joined With Links

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