| Database | Table | Application | Created | Links |
| tempdb | #shecl_desc_crby_sybsystemprocs__sp_showexeclass | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #shecl_desc(-- 0 Rows, Data: 0 B, Index: 0 B 2 classname varchar(30) not null, 3 priority varchar(10) not null, 4 engine_group varchar(30) not null, 5 engines varchar(30) null 6 ) 7
| COLUMN USAGE | |
| classname | sp_showexeclass |
| priority | sp_showexeclass |
| engine_group | sp_showexeclass |
| engines | sp_showexeclass |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_showexeclass |