zoukankan      html  css  js  c++  java
  • sql server2005服务无法启动

     

    發現sql server2005無法正常啟動.
    1.
    SQL Server configuration Manager-->SQL Server 2005 Services-->SQL Server(INSTANCE2005)啟動不了.錯誤信息為:
    The request failed or the service did not respond in a timely fashion,Consult the event log or other applicable error logs for details;
    2.
    電腦中紀錄其中之一的錯誤日誌為:
    SQL Server could not spawn FRunCM thread.Check the SQL Server error log and the Windows event logs for the information about possible related problesm.
    3.
    打開Database Engine報錯如下:
    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)

    还有这个错误:

    the request failed or the service did not respond in timely fashion.consult the event log or other applicable error logs for details

    检查结果:

    系統電腦日誌第一個錯誤信息含有如下內容的:
    the sql server failed to initialize VIA support

     

    最后 sql服务里 VIA協議停掉就好了

     

     



  • 相关阅读:
    在MyEclipse中设置Source folders和output folder
    在Myeclipse中设置源码和webroot目录
    将svn下载的工程转化为web工程
    位运算
    maxSequence
    krusual C++
    Dijkstra And Floyd C++
    Graph And Trave
    Set
    Tree
  • 原文地址:https://www.cnblogs.com/cuihongyu3503319/p/817829.html
Copyright © 2011-2022 走看看