| Database | Table | Application | Created | Links |
| tempdb | #actions_crby_sybsystemprocs__sp_memlog | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #actions(-- 0 Rows, Data: 0 B, Index: 0 B 2 attrib int not null, 3 int_val int not null, 4 action varchar(20) not null 5 ) 6
| COLUMN USAGE | |
| attrib | sp_memlog |
| int_val | sp_memlog |
| action | sp_memlog |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_memlog |