How to: Create a SQL Server Agent Proxy (Transact-SQL)
SQL Server 2005
Updated:
14 April 2006
sp_enum_login_for_proxy (Transact-SQL)
sp_enum_proxy_for_subsystem (Transact-SQL)
sp_enum_sqlagent_subsystems (Transact-SQL)
sp_grant_login_to_proxy (Transact-SQL)
sp_grant_proxy_to_subsystem (Transact-SQL)
This topic describes the steps required to create a Microsoft SQL Server Agent proxy.
-
Execute CREATE CREDENTIAL, providing the credential name, the name of the account to be used (usually a Windows account), and, optionally, you can also specify a secret. For more information, see CREATE CREDENTIAL (Transact-SQL).
Concepts
Creating SQL Server Agent ProxiesOther Resources
sp_add_proxy (Transact-SQL)sp_enum_login_for_proxy (Transact-SQL)
sp_enum_proxy_for_subsystem (Transact-SQL)
sp_enum_sqlagent_subsystems (Transact-SQL)
sp_grant_login_to_proxy (Transact-SQL)
sp_grant_proxy_to_subsystem (Transact-SQL)