DatabaseTableApplicationCreatedLinks
mastersyslisteners  31 Aug 14Joins Schema ColumnUsage Queries Dependencies

1     create table syslisteners(-- 0 Rows, Data: 0 B, Index: 0 B
2         net_type char(32) not null,
3         address_info char(255) not null,
4         spare tinyint not null,
5         nodeid tinyint null
6     )
7     
8     Grant Select on syslisteners to public
9     Grant Select on syslisteners to sso_role
10    
ALIASES USED for master..syslisteners
NO_ALIAS
2

SCHEMA

COLUMN USAGE
net_typesp_downgrade 
address_infosp_downgrade 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read by proc sybsystemprocs..sp_downgrade