sys.sp_change_agent_profile
general #stored-procedure
Description
Changes a parameter of a replication agent profile stored in the stored procedure is executed at the Distributor on any database. The new value of the property. This table describes the profile properties that can be changed.
Syntax
sp_change_agent_profile
[ @profile_id = ] profile_id
, [ @property = ]
N
'property'
, [ @value = ]
N
'value'
[ ; ]