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

1     create table #pagecounts(-- 0 Rows, Data: 0 B, Index: 0 B
2         name longsysname(255) not null,
3         tabid int not null,
4         iname longsysname(255) not null,
5         indid smallint not null,
6         low int not null,
7         rowtotal numeric(18, 0) not null,
8         reserved numeric(20, 9) not null,
9         data numeric(20, 9) not null,
10        index_size numeric(20, 9) not null,
11        unused numeric(20, 9) not null
12    )
13    
COLUMN USAGE
namesp_spaceused 
tabidsp_spaceused 
inamesp_spaceused 
indidsp_spaceused 
lowsp_spaceused 
rowtotalsp_spaceused 
reservedsp_spaceused 
datasp_spaceused 
index_sizesp_spaceused 
unusedsp_spaceused 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_spaceused