| Database | Table | Application | Created | Links |
| tempdb | #shtsk_restab_crby_sybsystemprocs__sp_showpsexe | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #shtsk_restab(-- 0 Rows, Data: 0 B, Index: 0 B 2 spid smallint not null, 3 appl_name varchar(30) null, 4 login_name varchar(30) null, 5 exec_class varchar(30) null, 6 current_priority varchar(10) not null, 7 task_affinity varchar(30) null, 8 instanceid smallint null 9 ) 10
| COLUMN USAGE | |
| spid | sp_showpsexe |
| appl_name | sp_showpsexe |
| login_name | sp_showpsexe |
| exec_class | sp_showpsexe |
| current_priority | sp_showpsexe |
| task_affinity | sp_showpsexe |
| instanceid | sp_showpsexe |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_showpsexe |