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

1     create table #pgcounts(-- 0 Rows, Data: 0 B, Index: 0 B
2         name longsysname(255) not null,
3         id int not null,
4         indid smallint not null,
5         res_pgs int not null,
6         low int not null,
7         dpgs numeric(20, 9) not null,
8         ipgs numeric(20, 9) not null,
9         unused numeric(20, 9) not null
10    )
11    
COLUMN USAGE
idsp_spaceused 
indidsp_spaceused 
res_pgssp_spaceused 
lowsp_spaceused 
dpgssp_spaceused 
ipgssp_spaceused 
unusedsp_spaceused 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_spaceused