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

前端 未结 15 2309
悲哀的现实
悲哀的现实 2020-12-08 04:20

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 resp         


        
相关标签:
15条回答
  • 2020-12-08 04:33

    For me a simple windows update fixed it, I wish I tried it before.

    0 讨论(0)
  • 2020-12-08 04:37

    This really works - i had verified lot of sites and finally got the answer.

    This may occurs when the master.mdf or the mastlog.ldf gets corrupt . In order to solve the issue goto the following path.

    C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL , there you will find a folder ” Template Data ” , copy the master.mdf and mastlog.ldf and replace it in

    C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA folder .

    That's it. Now start the MS SQL service and you are done.

    0 讨论(0)
  • 2020-12-08 04:41

    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.

    1. Go to SQL Server Services
    2. Right click to open properties
    3. Go to LogOn tab (By default you will see something like Image 3)
    4. Select the radio button Built-in account (Image 4)
    5. Click on Ok
    6. Go back to SQL Server Services and launch again the server (Image 5) After that you must be able to see run it.

    Image 3

    Image 4

    Image 5

    I hope that works for you or others with similar issues. Follow me for more tips.

    0 讨论(0)
  • 2020-12-08 04:41

    I have SQL 2017 installed and this issue happens when the free trial / evaluation period ends, the solution to the problem is the following:

    1 - Go to the windows start button, find the Microsoft SQL Server 20XX folder

    2- Then, SQL Server 20XX Installation Center

    3- On the left, select the option "Maintenance"

    4- Then click on “Edition upgrade”

    5- Then in the combox select "developer" option, and then click on “next” button

    6- Click on the option "I accept the license terms" and then next

    7- Finally, click on "Next" and click on "Upgrade", and wait approximately 15 minutes.

    8- After this, restart the SQL Server service in "Services.msc" and open SQL again, it should work. For more information: watch this video: https://www.youtube.com/watch?v=EVG35ahhjec

    0 讨论(0)
  • 2020-12-08 04:43

    It was very tedious when I get same problem. When I got this problem, I uninstall my SQL Server 2008 but after installing the SQL Server 2008 again,I got the same problem. I was so tensed plus, I had not gotten any help from any site.

    To over come this problem. Simply You Need to go on SQL Server Configuration Manager and then click On Protocols on left panel. If you running Network service just disable 'VIA' Protocol. And after that try to start your SQL service it will run successfully.

    0 讨论(0)
  • 2020-12-08 04:44

    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
    0 讨论(0)
提交回复
热议问题