I have a DTS package that is scheduled to run each night. The job fails in SQL Agent. I can execute the package through Enterprise manager and also run the job as well without error. Any ideas as to why I can manually run it but it fails when run on schedule. One other interesting note, in the package the first step is to delete all records in a table, the second step is to pull down new data from another database. The delete works on schedule but the job then fails before running the data pull. Weird. Any help would be appreciated.