I have a SQL Job running in SQL 2005. This job has 6 steps. In one of the steps, I SELECT from a View. This View is pulling data from a different server. When we login as sa and run queries manually, we can pull the data just fine. When we try to do this in a job, it fails, because of the authentication to the other server. Have you done anything with trying to run a job that connects to a different server?