Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
Applies to:
SQL Server
Returns a list of all replication agent parameters that can be set in an agent profile for the specified agent type. This stored procedure is executed at the Distributor where the agent is running, on any database.
Transact-SQL syntax conventions
sp_getagentparameterlist [ @agent_type = ] agent_type
[ ; ]
The replication agent for which the parameter is being added. @agent_type is int, and can be one of these values:
Value | Agent |
---|---|
1 |
Snapshot |
2 |
Log Reader |
3 |
Distribution |
4 |
Merge |
9 |
Queue Reader |
0
(success) or 1
(failure).
Only members of the sysadmin fixed server role can execute sp_getagentparameter
.