Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can someone help me I have a challenge here the SQL Server service is not starting when am starting on SQL Server Configuration Manager its show this error “The request failed or the service did not respond in a timely fashion. Consult the event log or other applicable error logs for details” the strange when am starting this service on the computer service on the Local System account its starting.

What I have tried:

The service supposed to run on Local System, I tried to change to run it Local Service, Network Service and also created an account on our AD and give Administrator account but still not running.
Posted
Updated 25-Sep-19 10:59am
Comments
ZurdoDev 23-Sep-19 9:43am    
You first need to do what the error says, and that is to look in the event viewer. There should be more specific information in there.
Herman<T>.Instance 23-Sep-19 10:02am    
Run the installer again. It might be missing something or the service account has insufficient rights on the folder.

Changing the service account for SQL Server is not simply a case of changing the details in the service manager. There are a lot of other permissions that need to be set for SQL to be able to run.

You have to use SQL Server Configuration Manager to change the service account. This will automatically set the required permissions for the new account.

If you've used Configuration Manager to change the account and it still doesn't work, then follow the instructions in the error message and check the event logs to find the details of the problem.
 
Share this answer
 
Hi
also check on the registry editor, check whether TLS 1.0 has been disabled on HKLM folder.if it is enable it and that should resolve your problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900