| Database | Table | Application | Created | Links |
| tempdb | #pagecounts_crby_sybsystemprocs__sp_spaceused | 01 Jan 70 | Joins 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 | |
| name | sp_spaceused |
| tabid | sp_spaceused |
| iname | sp_spaceused |
| indid | sp_spaceused |
| low | sp_spaceused |
| rowtotal | sp_spaceused |
| reserved | sp_spaceused |
| data | sp_spaceused |
| index_size | sp_spaceused |
| unused | sp_spaceused |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_spaceused |