Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The request failed or the service did not respond in a timely fashion?

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

like image 858
Vikas Avatar asked Oct 24 '09 08:10

Vikas


People also ask

What is VIA protocol in SQL Server?

A Virtual Interface Adapter ("VIA") is a network protocol (such as TCP/IP ...). As of July 2006 Microsoft SQL Server 2005 supports it. The specific implementation of VIA will vary from vendor to vendor.


2 Answers

Had the same problem, I fixed it.

  1. Open SQL Server Configuration manager
  2. Click on the SQL Server Services (on the left)
  3. Double-click on the SQL Server Instance that I wanted to start
  4. Select the Built-in account radio button in the Log On tab and choose Local system from the dropdown menu
  5. Click apply at the bottom, then right click the instance and select Start
like image 165
Raydelto Hernandez Avatar answered Sep 23 '22 23:09

Raydelto Hernandez


Above mentioned issue happened in my local system. Check in sql server configuration manager.
Step 1:
SQL server Network configuration
step 2:

  • Protocols for local server name
  • Protocol name VIA Disabled or not..
  • if not disabled , disable and check

.. after I made changes the sql server browser started working

like image 41
Abhisek Avatar answered Sep 22 '22 23:09

Abhisek