| Database | Table | Application | Created | Links |
| tempdb | #sphelpattr_crby_sybsystemprocs__sp_help | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #sphelpattr(-- 0 Rows, Data: 0 B, Index: 0 B 2 class varchar(255) not null, 3 class_id smallint not null, 4 attribute varchar(255) not null, 5 attribute_id smallint not null, 6 int_value int null, 7 char_value varchar(255) null, 8 comments varchar(255) null 9 ) 10
| COLUMN USAGE | |
| class | sp_help |
| class_id | sp_help |
| attribute | sp_help |
| attribute_id | sp_help |
| int_value | sp_help |
| char_value | sp_help |
| comments | sp_help |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_help |