My DB Admins are not familiar with ArcSDE so I am trying to find guidance on proper ways to load data into SQL server tables that are registered with SDE. The data are geocoded points from another non SDE database and have a geometry filed for location data. After I register the table it is adding a new column called [GDB_GEOMATTR_DATA].
So the admins have a nightly process to truncate ,insert all the rows, and finally update to fill geometry column. This is done purely in SQL and is not using ArcGIS to load any data. That will leave the [GDB_GEOMATTR_DATA] column empty. So my question is what is the proper ETL strategy with a registered table and can we perform the ETL without needing ArcGIS or ArcPy?