TSQL Jobstep failed by Query over Linked Server

  • Hi,
    a Job-Step is runnig a Query with joining a Table on a Linked-Server.
    with the following:
    Message
    Executed as user: DOMAIN\SQLServerAgent. Login failed for user DOMAIN\SQLServerAgent'. [SQLSTATE 28000] (Error 18456). The step failed.
    I think, a Proxy_User does not support T-SQL ??

    Can anybody tell me,  what i have to do ?

    Thanks
    Regards
    Nicole  :doze:

  • You will just need to add the SQL Agent account access to the server and database on the other side of the link.

    Alternatively you can modify the link to have a setting to impersonate a user if a local impersonation doesn't exist.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply