| Database | Table | Application | Created | Links |
| tempdb | #execmode_crby_sybsystemprocs__sp_procxmode | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #execmode(-- 0 Rows, Data: 0 B, Index: 0 B 2 intval integer not null, 3 charval varchar(30) not null 4 ) 5
| COLUMN USAGE | |
| intval | sp_procxmode |
| charval | sp_procxmode |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_procxmode |