I ran across an issue on a client's SQL Server 2005 Express instance. The problem was that at 4:01am every morning the SQL server would just shutdown with the event messages of
- Service Broker manager has shut down.
- SQL Server is terminating in response to a 'stop' request from Service Control Manager. This is an informational message only. No user action is required.
- SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.
After a week of trying to narrow down the issue I found that it was Windows Update automatically trying to install the SP4 update for MSSQL 2005 Express and failing. This failure would cause the SQL server to shutdown for the update, but not come back up. This shutdown was affecting programs like Blackberry Enterprise Server and also BackupExec which would then crash and need to have their services restarted after bringing the SQL instances back online. The fix for this issue was merely to disable the update and also for preventing future issues I disabled the automatic installation of updates.
This issue could relate to Microsoft SQL Server Upgrades and Blackberry Enterprise Server Support.
이런 식으로 발생함..
다른 답변 다 볼 필요 없고,
If we go through system log in Eventviewer we will find that service control manager will send the stop command to sqlserver agent and sqlserver engine. This is acutally because of some windows update which inturn will affect Microsoft SQL Server. Before that Service control Manager command, if checked we will find windows update agent category event. That event is for the security update of Microsoft SQL Server. Because of it SCM will issue stop command to Microsoft SQL Server Agent and Engine. Hope my explanation is usefull...
이 내용만 보면 됨.
그래서 자동업데이트를 아예 Turn Off 시켜 버림.
'Database > MS-SQL' 카테고리의 다른 글
[스크랩] Auditing in SQL Server 2008 (0) | 2014.10.24 |
---|---|
[스크랩] C2 audit mode 옵션 관련 (0) | 2014.10.24 |
[스크랩] MSSQL 2008 R2 설치 (0) | 2014.10.23 |
[스크랩] SQL Server 버전 및 Edition과 해당 구성 요소를 확인하는 방법 (0) | 2014.10.21 |
[스크랩] 문서화되지 않은 시스템 저장 프로시저 (0) | 2014.09.16 |