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

1     create table #help_rep_agent_security1(-- 0 Rows, Data: 0 B, Index: 0 B
2         dbname varchar(30) not null,
3         security_mechanism char(- 1) not null,
4         unified_login varchar(5) not null,
5         msg_confidentiality varchar(5) not null,
6         msg_integrity varchar(5) not null,
7         msg_replay_detection varchar(5) not null,
8         msg_origin_check varchar(5) not null,
9         msg_out_of_sequence_check varchar(5) not null,
10        mutual_authentication varchar(5) not null,
11        net_password_encryption varchar(5) not null
12    )
13    
QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_help_rep_agent