sp_update_agent_profile (Transact-SQL)
SQL Server 2012
Updates the profile used by a replication agent. This stored procedure is executed at the Distributor on the distribution database.
Updates the profile used by a replication agent. This stored procedure is executed at the Distributor on the distribution database.
Is the type of agent. agent_type is int, with no default, and can be one of these values.
|
Value |
Description |
|---|---|
|
1 |
Snapshot Agent. |
|
2 |
Log Reader Agent. |
|
3 |
Distribution Agent. |
|
4 |
Merge Agent. |
|
9 |
Queue Reader Agent. |
Is the ID of the agent. agent_id is int, with no default.
Is the ID of the profile that the agent should use. profile_id is int, with no default. To view a list of profiles defined for each agent, use sp_help_agent_profile (Transact-SQL). For more information about system profiles, see Replication Agent Profiles.