| Database | Table | Application | Created | Links |
| tempdb | #spdbdesc_crby_sybsystemprocs__sp_helpdb | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #spdbdesc(-- 0 Rows, Data: 0 B, Index: 0 B 2 dbid smallint null, 3 dbdesc varchar(777) null 4 ) 5
| COLUMN USAGE | |
| dbid | sp_helpdb |
| dbdesc | sp_helpdb |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_helpdb |