| Database | Table | Application | Created | Links |
| tempdb | #spdevtab_crby_sybsystemprocs__sp_helpdevice | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #spdevtab(-- 0 Rows, Data: 0 B, Index: 0 B 2 dbdev_flag smallint not null, 3 imdbdev_flag int not null, 4 vpn_low int not null, 5 vpn_high int not null, 6 name varchar(255) not null, 7 vdevno int not null, 8 statusdesc varchar(1024) null 9 ) 10
| COLUMN USAGE | |
| dbdev_flag | sp_helpdevice |
| imdbdev_flag | sp_helpdevice |
| vpn_low | sp_helpdevice |
| vpn_high | sp_helpdevice |
| name | sp_helpdevice |
| vdevno | sp_helpdevice |
| statusdesc | sp_helpdevice |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_helpdevice |