【问题标题】:Which Account is Picked to Run SQL Server Job When Run As is Empty运行方式为空时选择哪个帐户运行 SQL Server 作业
【发布时间】:2017-03-21 00:46:40
【问题描述】:

我有一个工作代理来执行多个步骤。每个步骤的运行方式都是空的。这是否意味着作业将作为作业所有者的帐户或本地系统帐户运行?

【问题讨论】:

  • hereBy default, SQL Server Agent executes job steps under the SQL Server Agent service account irrespective of job ownership, or under the context of a proxy account.

标签: sql-server sql-server-2008 permissions file-permissions sql-agent-job


【解决方案1】:

它将是与 SQL Server 代理服务关联的帐户,而不是与作业所有者关联的帐户。它可以是本地系统帐户,如果这是与 SQL Server 代理关联的帐户;但最佳做法是让 SQL Server 代理使用自己的帐户运行。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-04-30
    • 2017-01-31
    • 2012-08-20
    • 1970-01-01
    • 2019-02-16
    相关资源
    最近更新 更多