Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to:
SQL Server
Drops a profile from the MSagent_profiles table. This stored procedure is executed at the Distributor on any database.
Transact-SQL syntax conventions
Syntax
sp_drop_agent_profile [ @profile_id = ] profile_id
[ ; ]
Arguments
[ @profile_id = ] profile_id
The ID of the profile to be dropped. @profile_id is int, with no default.
Return code values
0 (success) or 1 (failure).
Remarks
sp_drop_agent_profile is used in all types of replication.
The parameters of the given profile are also dropped from the MSagent_parameters table.
Permissions
Only members of the sysadmin fixed server role can execute sp_drop_agent_profile.