I had the same problem. When I tried to login the Sql Server with Windows Authentication, following error message was displayed :
Finally, I got rid of this error as follows :
1) Open Sql Server Configuration Manager.
2) Click Sql Server Services, you will see a service with service type SQL Server.
3) Double-click the service with type SQL Server, a popup window will appear.
4) Click the Service tab and set the Start Mode as Automatic.
5) Now, click the Log On tab, and click Start
6) Click Apply, then click OK.
7) Now, try to login in Sql Server using Windows Authentication. This method worked for me and may help you as well.
No comments:
Post a Comment