sp_getagentparameterlist (Transact-SQL)

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.

Topic link iconTransact-SQL Syntax Conventions

Syntax


sp_getagentparameterlist [ @agent_type = ] 'agent_type'

Arguments

  • [ @agent_type = ] 'agent_type'
    Is 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

Return Code Values

0 (success) or 1 (failure)

Remarks

Permissions

Only members of the sysadmin fixed server role can execute sp_getagentparameter.

See Also

Reference

sp_add_agent_parameter (Transact-SQL)
sp_add_agent_profile (Transact-SQL)
sp_drop_agent_parameter (Transact-SQL)
sp_help_agent_parameter (Transact-SQL)
System Stored Procedures (Transact-SQL)

Other Resources

Replication Agent Profiles

Help and Information

Getting SQL Server 2005 Assistance