| Database | Table | Application | Created | Links |
| tempdb | #results_crby_sybsystemprocs__sp_estspace | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #results(-- 0 Rows, Data: 0 B, Index: 0 B 2 name varchar(255) not null, 3 type varchar(12) not null, 4 idx_level smallint not null, 5 pages float not null, 6 Kbytes float not null 7 ) 8
| COLUMN USAGE | |
| name | sp_estspace |
| type | sp_estspace |
| idx_level | sp_estspace |
| pages | sp_estspace |
| Kbytes | sp_estspace |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_estspace |