I've scheduled a job to execute a sp that includes a reference to a linked server (connected over a VPN).
The sp runs fine in QA, and only runs in EM if I run it immediately after I've run it in QA. If I leave it for while after running it in QA and then try to run it in EM it will fail. However, if I schedule it, it fails with the following error message:
"SQL Server does not exist or access denied. [SQLSTATE 42000](Error 17)."
Any ideas?