How To
How to create a replication agent profile (Transact-SQL)
To create a replication agent profile.
- Execute sp_add_agent_profile.
- Execute sp_add_agent_parameter.
To set the default profile for a type of replication agent
- Execute sp_update_agent_profile.
- Execute sp_help_agent_profile.
- Execute sp_help_agent_parameter.
To view or modify a replication agent profile
- Execute sp_help_agent_profile.
- Execute sp_help_agent_parameter.
- Execute sp_update_agent_profile.
To delete a replication agent profile
- Execute sp_drop_agent_profile.