I have SQL 2016 running in production. I changed service account through Configuration Manager from virtual account to a specific AD account created for this. However the local policy 4 permissions (Log on as a service, Replace a process-level token, Bypass traverse checking, Adjust memory quotas for a process) did not take through SQL Configuration Manager, then I added them manually, but will check if GPO will need to be changed or not. Regardless, my question is not related to these 4 (Log on as a service, Replace a process-level token, Bypass traverse checking, Adjust memory quotas for a process ) but the 3 extra for SQL Service account from
butPermission to start SQL Writer, Permission to read the Event Log service,Permission to read the Remote Procedure Call service
How do I check those last 3 are enabled for the new AD service account, since cannot find them in local policy?
Thank you,