SQL Agent Job - “Run As” drop down list is empty

后端 未结 3 1775
轮回少年
轮回少年 2021-02-07 04:30

Why is the \"Run As\" drop down list is always empty when I try to set up a SQL Agent Job? I am trying to set up some SQL Agent Jobs to run using a proxy account. I am a member

3条回答
  •  旧巷少年郎
    2021-02-07 05:00

    I found the answer to this. Users who are not sysadmin have to have access to the proxy account explicitly granted to their role or username:

    To grant access to proxy accounts for non-sysadmins

    1. In Object Explorer, expand a server.
    2. Expand SQL Server Agent.
    3. Expand Proxies, expand the subsystem node for the proxy, right-click the proxy you wish to modify, and click Properties.

    On the General page, you can change the proxy account name, credential, or the subsystem it uses. On the Principals page, you can add or remove logins or roles to grant or remove access to the proxy account.

    http://msdn.microsoft.com/en-us/library/ms187890(v=sql.100).aspx

提交回复
热议问题