| Database | Table | Application | Created | Links |
| tempdb | #col_table_crby_sybsystemprocs__sp_estspace | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #col_table(-- 0 Rows, Data: 0 B, Index: 0 B 2 length int not null, 3 type tinyint not null, 4 name longsysname(255) not null 5 ) 6
| COLUMN USAGE | |
| length | sp_estspace |
| type | sp_estspace |
| name | sp_estspace |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_estspace |