Operating System Error 1053 to Operating System Error 1072 for SQL Server

As a SQL Server DBA, there are various occasions where SQL Server returns Operating System errors as it causes some failure performing certain SQL Server operations. Below are Operating System Errors from Error 1053 to Operating System Error 1072
The Operating System Error 1053(The service did not respond to the start or control request in atimely fashion.)ERROR_SERVICE_REQUEST_TIMEOUT
The Operating System Error 1054(A thread could not be created for the service.)ERROR_SERVICE_NO_THREAD
The Operating System Error 1055(The service database is locked.)ERROR_SERVICE_DATABASE_LOCKED
The Operating System Error 1056(An instance of the service is already running.)ERROR_SERVICE_ALREADY_RUNNING
The Operating System Error 1057(The account name is invalid or does not exist.)ERROR_INVALID_SERVICE_ACCOUNT
The Operating System Error 1058(The specified service is disabled and cannot be started.)ERROR_SERVICE_DISABLED
The Operating System Error 1059(Circular service dependency was specified.)ERROR_CIRCULAR_DEPENDENCY
The Operating System Error 1060(The specified service does not exist as an installed service.)ERROR_SERVICE_DOES_NOT_EXIST
The Operating System Error 1061(The service cannot accept control messages at this time.)ERROR_SERVICE_CANNOT_ACCEPT_CTRL
The Operating System Error 1062(The service has not been started.)ERROR_SERVICE_NOT_ACTIVE
The Operating System Error 1063(The service process could not connect to the service controller.)ERROR_FAILED_SERVICE_CONTROLLER_CONNECT
The Operating System Error 1064(An exception occurred in the service when handling the controlrequest.)ERROR_EXCEPTION_IN_SERVICE
The Operating System Error 1065(The database specified does not exist.)ERROR_DATABASE_DOES_NOT_EXIST
The Operating System Error 1066(The service has returned a service-specific error code.)ERROR_SERVICE_SPECIFIC_ERROR
The Operating System Error 1067(The process terminated unexpectedly.)ERROR_PROCESS_ABORTED
The Operating System Error 1068(The dependency service or group failed to start.)ERROR_SERVICE_DEPENDENCY_FAIL
The Operating System Error 1069(The service did not start due to a logon failure.)ERROR_SERVICE_LOGON_FAILED
The Operating System Error 1070(After starting, the service hung in a start-pending state.)ERROR_SERVICE_START_HANG
The Operating System Error 1071(The specified service database lock is invalid.)ERROR_INVALID_SERVICE_LOCK
The Operating System Error 1072(The specified service has been marked for deletion.)ERROR_SERVICE_MARKED_FOR_DELETE
This is applicable for below versions of Operating Systems
Windows Server 2003
Windows Server 2008 R2
Windows Server 2012
Hope this was helpful.
Thanks,
SQLServerF1 Team
In-Depth Blogs on SQL Server, Information about SQL Server Conferences and Events, SQL Server Frequently asked questions, SQL Server Trainings.