| Database | Table | Application | Created | Links |
| tempdb | #table2_crby_sybsystemprocs__sp_helpapptrace | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #table2(-- 0 Rows, Data: 0 B, Index: 0 B 2 tracer smallint not null, 3 tracee int not null 4 ) 5
| COLUMN USAGE | |
| tracer | sp_helpapptrace |
| tracee | sp_helpapptrace |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_helpapptrace |