DatabaseTableApplicationCreatedLinks
tempdb#spdevtab_crby_sybsystemprocs__sp_helpdevice  01 Jan 70Joins 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_flagsp_helpdevice 
imdbdev_flagsp_helpdevice 
vpn_lowsp_helpdevice 
vpn_highsp_helpdevice 
namesp_helpdevice 
vdevnosp_helpdevice 
statusdescsp_helpdevice 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_helpdevice