DatabaseTableApplicationCreatedLinks
tempdb#rep_ag_options_crby_sybsystemprocs__sp_config_rep_agent  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #rep_ag_options(-- 0 Rows, Data: 0 B, Index: 0 B
2         optionname varchar(30) not null,
3         attrib_id int not null,
4         optiontype int not null,
5         hidden int not null,
6         dynamic int not null
7     )
8     
COLUMN USAGE
optionnamesp_config_rep_agent 
attrib_idsp_config_rep_agent 
optiontypesp_config_rep_agent 
hiddensp_config_rep_agent 
dynamicsp_config_rep_agent 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_config_rep_agent