| Database | Table | Application | Created | Links |
| tempdb | #spdbusages_crby_sybsystemprocs__sp_helpdb | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #spdbusages(-- 0 Rows, Data: 0 B, Index: 0 B 2 dbid smallint not null, 3 segmap int not null, 4 lstart int not null, 5 size int not null, 6 vdevno int not null, 7 unreservedpgs int not null, 8 crdate datetime not null 9 ) 10
| COLUMN USAGE | |
| dbid | sp_helpdb |
| segmap | sp_helpdb |
| size | sp_helpdb |
| vdevno | sp_helpdb |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_helpdb |