Hello!
Basically, I'm wanting to use ArcGIS Pro to complete a few field calculations in a SQL database table, using the corresponding fields in a separate feature class. However, it seems I cannot edit this SQL table in ArcGIS Pro.
To explain what I've done thus far:
1. I've connected to my respective SQL DB in Catalog.
2. I've pulled in a table containing location data and plotted it using LAT/LONG, then exported it as a feature class.
3. I then used a spatial join with other layers to conduct my field calculations. I removed this spatial join once my calcs were complete.
4. I then joined the SQL DB table to my cleaned up feature class and started an edit session.
This is where I ran into my issue. Even after starting an edit session, the 'Calculate Field' option is greyed out, nor can I click into a cell to edit an attribute. I ensured I had read/write access at the DB level, as well as the item level. Do I need to register the table with a geodatabase to achieve this, or am I'm missing something simple here?