SYMPTOMS
On a stand-alone server the MSSQLSERVER service may fail to start, and the following error message displays:
An error 1068 - (The dependency service or group failed to start.) occurred while performing this service operation on the MSSQLServer Service.
Similarly, the SQLServerAgent service may also fail to start, and this error message displays:
An error 1068 - (The dependency service or group failed to start.) occurred while performing this service operation on the SQLServerAgent Service.
This problem occurs if both of the following conditions are met:
- The server computer is in a workgroup and not part of a domain.
- Both the MSSQLSERVER and SQLServerAgent services are set to use a domain account for the startup.
CAUSE
Because the computer is a stand-alone computer, the NetLogon service does not start on the server, hence no domain-wide logon authentications are possible.
RESOLUTION
To resolve the problem, use these steps:
- Change the startup account of both the MSSQLSERVER and SQLServerAgent to use the Local System account.
- Restart the computer.