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