Hello,
We have several views in a separate SQL Server enterprise database that we are using to map points in our enterprise geodatabase(s) for different types of data. We are copying the data from the views into our EGDB as a static feature class with points created and selected columns (due to ESRI not playing nice and efficiently with using data across networks and servers).
Our question is: should we bring the entire view (table) over and use definition queries in the mxd (project) to publish map layers or should we use sql to create individual tables to be brought in to the mxd (project) before publishing the map layers? Is there a cost or benefit (space, time, messiness, etc) to either way? This process will be run automatically on at least a nightly basis, possibly twice a day when decided.
Thanks,
Lorinda