| Database | Table | Application | Created | Links |
| tempdb | #pgcounts_crby_sybsystemprocs__sp_spaceused | 01 Jan 70 | Joins 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 | |
| id | sp_spaceused |
| indid | sp_spaceused |
| res_pgs | sp_spaceused |
| low | sp_spaceused |
| dpgs | sp_spaceused |
| ipgs | sp_spaceused |
| unused | sp_spaceused |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_spaceused |