On SQL Server 2008 R2 Standard Edition, I created a credential
TestCredential with identity
as NT AUTHORITY\NETWORK SERVICE
as explained here. Then I followed this article to create a proxy account
and a SQL server job using that proxy account. But when I run the job, I get the following error:
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.