Hi,
I am trying to pull data from a remote SQL Server database on a regular schedue. When I run the procedure in QA it work great, when I try and run the job from a scheduled task it fails with this error :
Msg 18456, Sev 14: Login failed for user '\'. [SQLSTATE 28000]
Seems like SQL Agent cannot log into the remote box properly, even though I added the sa password as the linked server login. what is causing this and what is the best workaround. Also, the local server is NT 8 SQL 2000 and the remote box is NT 4, sql 7.0.
jimmmY
I am trying to pull data from a remote SQL Server database on a regular schedue. When I run the procedure in QA it work great, when I try and run the job from a scheduled task it fails with this error :
Msg 18456, Sev 14: Login failed for user '\'. [SQLSTATE 28000]
Seems like SQL Agent cannot log into the remote box properly, even though I added the sa password as the linked server login. what is causing this and what is the best workaround. Also, the local server is NT 8 SQL 2000 and the remote box is NT 4, sql 7.0.
jimmmY