共用方式為


事件識別碼 7000 和 SQL Server 未啟動

適用於:SQL Server

徵兆

當裝載 SQL Server 服務的系統上重新命名Microsoft SQL Server 二進位檔 (Sqlservr.exe)時,服務不會啟動,而且您會收到下列錯誤訊息,視您嘗試啟動服務的方式而定:

  • 使用服務小程式:

    Windows 無法在本機電腦上啟動 SQL Server (MSSQLSERVER) 服務。
    錯誤 2:系統找不到指定的檔案。

  • 使用命令提示字元:

    發生系統錯誤 2。
    系統找不到指定的檔案。

解決方法

  1. 檢查 Windows 系統記錄檔,並確認您看到類似下列的錯誤訊息專案:

    Log Name:      System  
    Source:        Service Control Manager  
    Date:          <Datetime>  
    Event ID:      7000  
    Task Category: None  
    Level:         Error  
    Keywords:      Classic  
    User:          N/A  
    Computer:      <Server name>
    Description:
    The SQL Server (MSSQLSERVER) service failed to start due to the following error:  
    The system cannot find the file specified. 
    
  2. 移至 SQL Server 安裝資料夾 ,並確認它不包含Sqlservr.exe檔案。

  3. 請依照修復失敗 SQL Server 安裝中所述的程序來修復 SQL Server 安裝,以解決此問題。