Returns all the parameters of a profile from the MSagent_parameters system table.
sp_help_agent_parameter [[@profile_id =] profile_id]
Column name | Data type | Description |
---|---|---|
profile_id | int | ID of the agent profile |
parameter_name | sysname | Name of the parameter |
value | nvarchar(255) | Value of the parameter |
sp_help_agent_parameter is used in all types of replication.
Execute permissions default to the public role.
sp_add_agent_parameter | System Stored Procedures |
sp_drop_agent_parameter |