| Database | Table | Application | Created | Links |
| tempdb | #vhash_tbls_crby_sybsystemprocs__sp_spaceused | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #vhash_tbls(-- 0 Rows, Data: 0 B, Index: 0 B 2 attrib char(30) not null, 3 id int not null, 4 emptypg_cnt int not null 5 ) 6
| COLUMN USAGE | |
| attrib | sp_spaceused |
| id | sp_spaceused |
| emptypg_cnt | sp_spaceused |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_spaceused |