gebeurtenis
31 mrt, 23 - 2 apr, 23
De grootste SQL-, Fabric- en Power BI-leerevenement. 31 maart – 2 april. Gebruik code FABINSIDER om $ 400 te besparen.
Zorg dat u zich vandaag nog registreertDeze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Applies to:
SQL Server
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
sp_drop_agent_parameter
[ @profile_id = ] profile_id
[ , [ @parameter_name = ] N'parameter_name' ]
[ ; ]
The ID of the profile for which a parameter is to be dropped. @profile_id is int, with no default.
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.
0
(success) or 1
(failure).
sp_drop_agent_parameter
is used in all types of replication.
Only members of the sysadmin fixed server role can execute sp_drop_agent_parameter
.
gebeurtenis
31 mrt, 23 - 2 apr, 23
De grootste SQL-, Fabric- en Power BI-leerevenement. 31 maart – 2 april. Gebruik code FABINSIDER om $ 400 te besparen.
Zorg dat u zich vandaag nog registreert