I'm setting up a geodatabase using SQL Server to be a registered data store with an ArcGIS Enterprise site.
What privileges does the ArcGIS Server service account need to be granted on the database in order to host data from this database?
I've seen from other posts that the server acct needs read/write access to data being referenced. Can we utilize the built-in roles db_datareader and db_datawriter to accomplish this for all datasets in the GDB? Are there any other considerations when publishing branch-versioned data?