This error happened because of the SQL Server unable to find your login ID credentials or you used the account which is not authorized to start the SQL services.
To fix this error you need to set authorized user to start the service. Now we use local account set to start the sql service.
- Administrative Tools > Services > SQL Server(MSSQLSERVER or your SQL server instance name)
- right click on MSSQLSERVER then select properties.
- move to Log On, then set the Log On option to the local system account.
- Click apply.
Also, set the start mode to automatically.
Then restart your computer.

No comments:
Post a Comment