| Database | Table | Application | Created | Links |
| tempdb | #helpgroup1rs_crby_sybsystemprocs__sp_helpgroup | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #helpgroup1rs(-- 0 Rows, Data: 0 B, Index: 0 B 2 Group_name sysname not null, 3 Group_id int not null, 4 Users_in_group sysname not null, 5 Userid int not null 6 ) 7
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_helpgroup called by proc sybsystemprocs..sp_helpuser |