• Put all the users into a domain group. Give that group write access on the folder from which the file is imported. Change the job so that it detects when a new file arrives and does the import automatically. If changing the job isn't a possibility, create a stored procedure that runs the job and give the domain group access to run it.

    John