sys.sp_update_agent_profile
general #stored-procedure
Description
Updates the profile used by a replication agent. This stored procedure is executed at the Distributor on the distribution database. , with no default, and can be one of these values.
Syntax
sp_update_agent_profile
[ @agent_type = ] agent_type
, [ @agent_id = ] agent_id
, [ @profile_id = ] profile_id
[ ; ]