| Database | Table | Application | Created | Links |
| tempdb | #rep_ag_options_crby_sybsystemprocs__sp_config_rep_agent | 01 Jan 70 | Joins 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 | |
| optionname | sp_config_rep_agent |
| attrib_id | sp_config_rep_agent |
| optiontype | sp_config_rep_agent |
| hidden | sp_config_rep_agent |
| dynamic | sp_config_rep_agent |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_config_rep_agent |