sp_drop_agent_parameter (Transact-SQL)
SQL Server 2005
Drops one or all parameters from a profile in the MSagent_parameters table. This stored procedure is executed at the Distributor where the agent is running, on any database.
Transact-SQL Syntax Conventions
- [ @profile_id=] profile_id
-
Is the ID of the profile for which a parameter is to be dropped. profile_id is int, with no default.
- [ @parameter_name=] 'parameter_name'
-
Is the name of the parameter to be dropped. parameter_name is sysname, with a default of %. If %, all parameters for the specified profile are dropped.