I setup SQL Server 2012 on a Windows 2012 standard server.
I used an admin domain account for the install of SQL Server. SQL Server Service is running on
a domain account with no extra privileges. It installed fine.
Once I start up SQL Server I get error in the application event log. SQL will start.
What permissions are missing. If I start SQL Server service with a domain admin account I do not get this error?
I reviewed document 143504 on Configuring windows Service Accounts and Permissions, but it looks like it does not cover Windows 2012
sqlservr (4232) An attempt to open the file "C:\Windows\system32\LogFiles\Sum\Api.log" for read / write access failed with system error 5 (0x00000005): "Access is denied. ". The open file operation will fail with error -1032 (0xfffffbf8).
Marsha