【发布时间】:2015-06-01 19:21:44
【问题描述】:
我使用的是 SQL Server 2014,但遇到了问题。
在任务管理器中,在服务选项卡上,我找到了SQLAgent$VILLBE_SQLSERVER(VILLBE是我的电脑名),右键单击并开始。
它开始并...在 1 秒后停止。
然后,我打开 services.msc,并启动 SQL Server 代理 (VILLBE_SQLSERVER)。它正在工作。
30 秒后,它自动停止。当我再次点击开始时,它说:
The SQL Server Agent (VILLBE_SQLSERVER) service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.
最后,我右键SQL Server Agent,选择Properties,设置Start up type为Automatic,重启我的电脑。
重启完成后,SQL Server 代理仍然停止
其他一些服务:
SQL Server Browser - Running - Automatic (start up)
SQL Server (SQLEXPRESS) - Cannot start within warning: **Windows could not start the SQL Server (SQLEXPRESS) on Local Computer....error code 17058.**
你能给我解决这个问题吗?
谢谢!
【问题讨论】:
-
你能看看windows事件日志吗,它应该提供更多关于服务器崩溃原因的信息
标签: sql-server-2014