| Database | Table | Application | Created | Links |
| tempdb | #sphelp2rs_crby_sybsystemprocs__sp_help | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #sphelp2rs(-- 0 Rows, Data: 0 B, Index: 0 B 2 User_type longsysname(255) not null, 3 Storage_type longsysname(255) not null, 4 Length int not null, 5 Nulls bit not null, 6 Default_name char(- 1) not null, 7 Rule_name char(- 1) not null, 8 Access_Rule_name char(- 1) not null 9 ) 10
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_help |