My SQL Agent runs under system account
User DOMAIN\COMPUTER_NAME$ is added to users and has role system admin
This user has mapping to "sa" user to the linked server
Job runs procedure which select from remote DB
Error I have:
Executed as user: NT AUTHORITY\SYSTEM. Access to the remote server is denied because no login-mapping exists. [SQLSTATE 42000] (Error 7416). The step failed.
Can somebody help me?