Share via

SQLserver_ Service suddenly stopped

TM 0 Reputation points
2023-05-15T07:45:00.21+00:00

An event occurred in which the service of SQLserver (2017) suddenly stopped.

Could you please let me know from what point of view the investigation is necessary?

Here's what I know about the situation:

・There is no problem with the server or other applications.

・Every day, the SQLserver service is stopped in batches (19:30). However, when the event occurred, the service suddenly stopped around 17:00 even though the batch was not started.

Regarding the error log, the difference between normal and this time is as follows.

・Normal


(1844:BC8) 04/27/23 19:30:08, ACTION, sqlservr.exe, Send_To_Watson flag is set to true

(1844:BC8) 04/27/23 19:30:08, ACTION, sqlservr.exe, Watson Invoke: Yes

(1844:BC8) 04/27/23 19:30:08, ACTION, sqlservr.exe, Creating WER report...

(1844:BC8) 04/27/23 19:30:08, ACTION, sqlservr.exe, Created the report.

(1844:BC8) 04/27/23 19:30:08, ACTION, sqlservr.exe, WerReportAddFile Mini Dump succeeded.

(1844:BC8) 04/27/23 19:30:08, ACTION, sqlservr.exe, WerReportAddFile SQLDumpFile succeeded.

(1844:BC8) 04/27/23 19:30:08, ACTION, sqlservr.exe, WerReportAddFile Log Tail File succeeded.

(1844:BC8) 04/27/23 19:30:08, ACTION, sqlservr.exe, Submitted report asynchronously.

(1F90:F5C) 04/27/23 19:30:08, ACTION, sqlservr.exe, Send_To_Watson flag is set to true

(1F90:F5C) 04/27/23 19:30:08, ACTION, sqlservr.exe, Watson Invoke: Yes

(1F90:F5C) 04/27/23 19:30:08, ACTION, sqlservr.exe, Creating WER report...

(1F90:F5C) 04/27/23 19:30:08, ACTION, sqlservr.exe, Created the report.

(1F90:F5C) 04/27/23 19:30:08, ACTION, sqlservr.exe, WerReportAddFile Mini Dump succeeded.

(1F90:F5C) 04/27/23 19:30:08, ACTION, sqlservr.exe, WerReportAddFile SQLDumpFile succeeded.

(1F90:F5C) 04/27/23 19:30:08, ACTION, sqlservr.exe, WerReportAddFile Log Tail File succeeded.

(1F90:F5C) 04/27/23 19:30:08, ACTION, sqlservr.exe, Submitted report asynchronously.


・Abnormal


(17E4:4A4) 04/28/23 17:03:57, ACTION, sqlservr.exe, Watson Invoke: No

(270C:206C) 04/28/23 17:03:58, ACTION, sqlservr.exe, Watson Invoke: No


SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


1 answer

Sort by: Most helpful
  1. Olaf Helper 47,621 Reputation points
    2023-05-16T06:33:45.8533333+00:00

    Every day, the SQLserver service is stopped in batches (19:30).

    Why on earth are you doing it? My SQL Server running all day, beside two times a year, when I install patches.

    WerReportAddFile Mini Dump succeeded.

    Mini Dump means the services crashes and creates a memory dump on disk, which can only be analyze by Microsoft support.

    That's why I ask for the exact version (which you didn't answered). Take care your SQL Server is on latest patch level and if the problem still occurs, raise a support case at Microsoft.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.