When I run a DTS package manually that I created that outputs a file to a directory on a network file server (that I have privileges on) it works fine. However, when I schedule that DTS package through the scheduler, it fails. Do DTS packages running through the scheduler run as the local SYSTEM account (the account running the SQLServer Agent service)? I was told that in order to output a file to a network directory, I would have to create a domain account and change the "owner" of the SQL Server Agent service to that domain account so that that domain account could be granted privileges to the directory on the network served file storage. Is this true? Is there some other way to output a file through a scheduler to network served storage without changing the owners the SQL Server services are running as?