当前位置: 代码迷 >> Sql Server >> sql server 服务启动后 自动关闭 求
  详细解决方案

sql server 服务启动后 自动关闭 求

热度:30   发布时间:2016-04-24 20:09:44.0
sql server 服务启动后 自动关闭 求大虾
错误日志如下


2013-08-29 12:57:45.81 Server      Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86) 
Oct 14 2005 00:33:37 
Copyright (c) 1988-2005 Microsoft Corporation
Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 2)

2013-08-29 12:57:45.81 Server      (c) 2005 Microsoft Corporation.
2013-08-29 12:57:45.81 Server      All rights reserved.
2013-08-29 12:57:45.81 Server      Server process ID is 1360.
2013-08-29 12:57:45.81 Server      Logging SQL Server messages in file 'D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG'.
2013-08-29 12:57:45.81 Server      This instance of SQL Server last reported using a process ID of 2616 at 2013-08-29 12:42:20 (local) 2013-08-29 04:42:20 (UTC). This is an informational message only; no user action is required.
2013-08-29 12:57:45.81 Server      Registry startup parameters:
2013-08-29 12:57:45.81 Server        -d D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf
2013-08-29 12:57:45.81 Server        -e D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG
2013-08-29 12:57:45.81 Server        -l D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf
2013-08-29 12:57:45.81 服务器         SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2013-08-29 12:57:45.81 服务器         Detected 4 CPUs. This is an informational message; no user action is required.
2013-08-29 12:57:45.92 服务器         Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
2013-08-29 12:57:45.95 服务器         Attempting to initialize Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
2013-08-29 12:57:46.98 服务器         Attempting to recover in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
2013-08-29 12:57:46.98 服务器         Database Mirroring Transport is disabled in the endpoint configuration.
2013-08-29 12:57:47.00 spid4s      Starting up database 'master'.
2013-08-29 12:57:47.07 spid4s      SQL Trace ID 1 was started by login "sa".
2013-08-29 12:57:47.07 spid4s      Starting up database 'mssqlsystemresource'.
2013-08-29 12:57:47.09 spid4s      错误: 17207,严重性: 16,状态: 1。
2013-08-29 12:57:47.09 spid4s      FCB::Open: Operating system error 5(拒绝访问。) occurred while creating or opening file 'D:\Program Files\MSSQL.1\MSSQL\DATA\mssqlsystemresource.mdf'. Diagnose and correct the operating system error, and retry the operation.
2013-08-29 12:57:47.09 spid4s      错误: 17204,严重性: 16,状态: 1。
2013-08-29 12:57:47.09 spid4s      FCB::Open failed: Could not open file D:\Program Files\MSSQL.1\MSSQL\DATA\mssqlsystemresource.mdf for file number 1.  OS error: 5(拒绝访问。).
2013-08-29 12:57:47.09 spid4s      错误: 5120,严重性: 16,状态: 101。
2013-08-29 12:57:47.09 spid4s      无法打开物理文件 "D:\Program Files\MSSQL.1\MSSQL\DATA\mssqlsystemresource.mdf"。操作系统错误 5:"5(拒绝访问。)"。
2013-08-29 12:57:47.09 spid4s      错误: 17207,严重性: 16,状态: 1。
2013-08-29 12:57:47.09 spid4s      FileMgr::StartLogFiles: Operating system error 2(系统找不到指定的文件。) occurred while creating or opening file 'D:\Program Files\MSSQL.1\MSSQL\DATA\mssqlsystemresource.ldf'. Diagnose and correct the operating system error, and retry the operation.
  相关解决方案