I have what I think would be a simple task. I have a feature class and a table in two different databases. Every night I would like to join the table to the feature class and export a subset of fields (with some of the field names aliased). I can set up a model that works if I want to watch it work and do it manually, but this requires the map to be open. If I am having this automated, the map will not be open and it will fail. Please give me some ideas how to make this process easier.