Hi everyone,
I have done some searching and can't find anything official from ESRI, so I'm bringing my question here:
Is there a best practice for maintaining a robust back-end data processing environment? Right now my small government shop runs all nightly/weekly/monthly data processing scripts on our SQL server using Windows Task Scheduler. Due to some permissions conflicts, we are interested in migrating these processes to a standalone server to allow more of our GIS professionals access to the scripting environment.
I have been researching Notebook server but I'm pretty sure this isn't what we're looking for - it seems like Notebooks have a focus on web admin / web content management.
Does ESRI recommend a standard Windows VM that has arcpy, task scheduler, etc. for running all back-end data processing scripts? Do they recommend keeping it on the SQL server? Are they moving towards Notebooks for local data processing too?