I have the following error while I connect to SQL Server 2008 Management Studio with Windows authentication.
"The request failed or the service did not respond in a timely fashion.
Consult the event log or other applicable error logs for details."
Is anybody tell me why i am getting this error, whereas my SQL Server is running under network service built in a/c????
I googled it but not getting solution..
Thanks
I had a similar issue. The next solution is in *case to can't launch the server Locally * and you will see the same error msg.(Image 1)
Imagen 1
Imagen 2
To solve that and have the server working you must have the next steps.
Image 3
Image 4
Image 5
I hope that works for you or others with similar issues. Follow me for more tips.
If you recently changed the password associated with the service account:
In my case, the issue was that I was running two other SQL Server instances which were (or at least one of them was) causing a conflict.
The solution was simply to stop the other SQL Server instance and its accompanying SQL Server Agent.
While I'm at it, I'll also recommend making sure
Named Pipes
is enabled in your server's protocol settingsI think this solution is more appropriate, because it does not prevent you from using TCP/IP access.
(Source: https://msdn.microsoft.com/en-us/library/ms175043.aspx)
Had the same problem, I fixed it.
Built-in account
radio button in theLog On
tab and choose Local system from the dropdown menuStart
Just disable the VIA protocol in sql server configuration manager