| Database | Table | Application | Created | Links |
| tempdb | #summary2_crby_sybsystemprocs__sp_spaceusage_object_genoutput | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #summary2(-- 0 Rows, Data: 0 B, Index: 0 B 2 ArchiveDateTime unknown not null, 3 OwnerName unknown not null, 4 TableName unknown not null, 5 IndexName unknown not null, 6 IndId unknown not null, 7 UsedPages unknown not null, 8 RsvdPages unknown not null, 9 ExpRsvdPages unknown not null, 10 PctBloatRsvdPages unknown not null 11 ) 12
| COLUMN USAGE | |
| RsvdPages | sp_spaceusage_object_genoutput |
| ExpRsvdPages | sp_spaceusage_object_genoutput |
| PctBloatRsvdPages | sp_spaceusage_object_genoutput |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_spaceusage_object_genoutput called by proc sybsystemprocs..sp_spaceusage_object called by proc sybsystemprocs..sp_spaceusage |