Hi, I've got an initial ArcServer web application up and running. It needs to be updated daily and I'm trying to figure out how to streamline or automate the process.
Some of the data lives in file geodatabases (we do not have ArcSDE) and some in our SQL Server database.
Each time I update, I join the results of a SQL server view to a feature class in the file gdb. The result is imported into the gdb and used by the service.
I'm wondering about the best approach to automate this (if possible).
1) Is there a way to "connect" the SQL server database to the ArcServer service directly?
2) Is there a way to automatically update the GDB with the SQL data when it changes? (without rebuilding the entire project)?
3) Is there a way to create a service that serves up the SQL data to the web application?
Keep in mind that I'm trying to avoid writing lots of code; I want to use capabilities that are "configurable" rather than "Programmable".
4) Would upgrading to ArcSDE solve this problem elegantly?
Thanks for your responses,
LK