| Database | Table | Application | Created | Links |
| tempdb | #helptxt_crby_sybsystemprocs__sp_help | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #helptxt(-- 0 Rows, Data: 0 B, Index: 0 B 2 text varchar(255) not null, 3 row_id numeric(10, 0) identity not null 4 ) 5
| COLUMN USAGE | |
| text | sp_help |
| row_id | sp_help |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_help |