【发布时间】:2014-11-07 23:14:19
【问题描述】:
我需要每天早上重新启动 MS SQL 服务器服务,因为我的 Web 客户端站点无法连接。
但是,当我启动我的服务时,它可以工作。我不知道是什么导致了问题。
我在错误日志中发现了这一点。
sqlservr (4052) An attempt to open the file "C:\Windows\system32\LogFiles\Sum\Api.log"
for read only access failed with system error 5 (0x00000005):
"Access is denied. ".
The open file operation will fail with error -1032 (0xfffffbf8).
sqlservr (3000) An attempt to open the file "C:\Windows\system32\LogFiles\Sum\Api.chk"
for read / write access failed with system error 5 (0x00000005): "Access is denied. ".
The open file operation will fail with error -1032 (0xfffffbf8).
希望有人能帮我解决这个问题。
【问题讨论】:
标签: sql-server visual-studio-2012 window