SQL 服务器凭据映射到网络服务帐户的问题

Issue with SQL Server Credential mapped to Network Service account

在 SQL Server 2008 R2 标准版上,我创建了一个 credential TestCredential,其中 identity 作为 NT AUTHORITY\NETWORK SERVICE 作为 explained here. Then I followed this article 创建了一个 proxy account 和使用该代理帐户的 SQL 服务器作业。但是当我 运行 作业时,出现以下错误:

Unable to start execution of step 1 (reason: Error authenticating proxy NT AUTHORITY\NETWORK SERVICE, system error: Logon failure: unknown user name or bad password.).  The step failed.

错误的内容告诉你一切。您为没有密码的服务帐户创建凭据,这是执行此操作所必需的。如果您转到 "Credentianals" 部分,您会发现此凭据和此帐户的密码是错误的。总之,您不能将服务帐户用作凭据。他们的职责是服务 "handling".