sql 2005 + win2003 服务器
sql server agent 服务启动不起来
报错如下:
The request failed or the service did not respond in a
timely fashion consult the event log or other applicable
error logs for details
这样的话我的计划任务就无法执行 数据库备份(利用计划任务的)不了 晕哦
12 个解决方案
#1
贴出不能启动服务的提示
#2
如下:
'The request failed or the service did not respond in a '+
'timely fashion consult the event log or other applicable '+
'error logs for details'
#3
提示不给,怎么断呢
#4
.
#5
让你去看看日志里面有什么错误?
#6
直接从服务启动报错如下:(本身是英文的)
本地计算机上的mssqlserver服务启动后又停止了,一些服务自动停止,如果他们没有什么可做的,
例如“性能日志和警报”服务
从管理的界面启动服务是这样的提示: (没有翻译了)
The request failed or the service did not respond in a
timely fashion consult the event log or other applicable
error logs for details
#7
本地计算机上的MSSQLSERVER服务启动后又停止了。一些服务自动停止
http://tsinghualove.blog.hexun.com/21813253_d.html
#8
是按照7楼提示的方法 做的可惜还不行
启动的时候提示为:
The request failed or the service did not respond in a
timely fashion consult the event log or other applicable
error logs for details
#9
看一下你的SQL SERVER PROTOCAL里有没有把VIA打开,如果打开了,把它关了再试着启动服务..
#10
非常感谢brucenan999的提醒,就是这个问题,搞了一下午找不出原因,把VIA disable掉,一切问题迎刃而解
#11
我的还是不行。
不知道为什么。
#12
先把关闭服务SQL Server(SQLEXPRESS),再开始服务SQL Server(MSSQLSERVER),我是启动SQL Server(MSSQLSERVER)启动不了,报the request failed or the service did not respond in a timely fashion consult the event log or other applicable error logs for details。
#1
贴出不能启动服务的提示
#2
如下:
'The request failed or the service did not respond in a '+
'timely fashion consult the event log or other applicable '+
'error logs for details'
#3
提示不给,怎么断呢
#4
.
#5
让你去看看日志里面有什么错误?
#6
直接从服务启动报错如下:(本身是英文的)
本地计算机上的mssqlserver服务启动后又停止了,一些服务自动停止,如果他们没有什么可做的,
例如“性能日志和警报”服务
从管理的界面启动服务是这样的提示: (没有翻译了)
The request failed or the service did not respond in a
timely fashion consult the event log or other applicable
error logs for details
#7
本地计算机上的MSSQLSERVER服务启动后又停止了。一些服务自动停止
http://tsinghualove.blog.hexun.com/21813253_d.html
#8
是按照7楼提示的方法 做的可惜还不行
启动的时候提示为:
The request failed or the service did not respond in a
timely fashion consult the event log or other applicable
error logs for details
#9
看一下你的SQL SERVER PROTOCAL里有没有把VIA打开,如果打开了,把它关了再试着启动服务..
#10
非常感谢brucenan999的提醒,就是这个问题,搞了一下午找不出原因,把VIA disable掉,一切问题迎刃而解
#11
我的还是不行。
不知道为什么。
#12
先把关闭服务SQL Server(SQLEXPRESS),再开始服务SQL Server(MSSQLSERVER),我是启动SQL Server(MSSQLSERVER)启动不了,报the request failed or the service did not respond in a timely fashion consult the event log or other applicable error logs for details。