| Database | Table | Application | Created | Links |
| tempdb | #sphelpdevice1rs_crby_sybsystemprocs__sp_helpdevice | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #sphelpdevice1rs(-- 0 Rows, Data: 0 B, Index: 0 B 2 device_name sysname not null, 3 physical_name varchar(127) not null, 4 description varchar(1024) not null, 5 status smallint not null, 6 cntrltype smallint not null, 7 vdevno int not null, 8 vpn_low int not null, 9 vpn_high int not null 10 ) 11
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_helpdevice |