sys.sp_change_agent_parameter

general
#stored-procedure

Description

Changes a parameter of a replication agent profile stored in the table. This stored procedure is executed at the Distributor where the agent is running, on any profiles, the parameters that can be changed depend on the type of agent. To find out what If a parameter is supported for a given , but isn’t defined in the agent profile, an error is returned. To add a parameter to an agent profile, you must execute

Syntax

sp_change_agent_parameter
[ @profile_id = ] profile_id
, [ @parameter_name = ]
N
'parameter_name'
, [ @parameter_value = ]
N
'parameter_value'
[ ; ]