MS SQL database service not starting after applying the security updates available in Windows Update

Dulaksith Godagamage 0 Reputation points
2023-03-16T09:53:06.75+00:00

Hi team, we rolled back the server during the last OS patch activity due to compatibility issue of Security Update MS SQL 2019. MS SQL database service not starting after applying the security updates available in Windows Update.

Following are the KB numbers was in there

KB2267602 (Security Intelligence update for Microsoft Defender Antivirus),

KB890830 (Windows Malicious Software Removal Tool),

KB5021125 (Security Update for SQL Server 2019 RTM GDR),

KB5022782 (2023-02 Cumulative Update for .NET Framework),

KB5022840 (2023-02 Cumulative Update for Windows Server 2019)

SQL Server Other
{count} votes

2 answers

Sort by: Most helpful
  1. LiHongMSFT-4306 31,566 Reputation points
    2023-03-17T02:17:10.2833333+00:00

    Hi @Dulaksith Godagamage

    If you receive a message that a SQL Server service failed to start, to troubleshoot the issue check the following:

    • Determine the error. A message would either be shown in the UI or in the summary.txt log located at %programfiles%\Microsoft SQL Server\100\Setup Bootstrap\Log.
    • Verify if the type of startup service is automatic or manual.
    • Verify that the account and password is valid and has not expired. A service could have been running previously with an invalid account or password.
    • If the Database engine service will not start, after checking service credentials and startup, check the ERRORLOG. The ERRORLOG can be located at C:\Program Files\Microsoft SQL Server\<Instance ID>\MSSQL\LOG.

    Refer to this article: SQL Server service may not start after patch installed

    Also, check the Windows firewall.

    Best regards,

    Cosmog Hong


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

  2. Olaf Helper 47,436 Reputation points
    2023-03-16T09:54:58.1733333+00:00

    MS SQL database service not starting after applying the security updates available in Windows Update.

    Have you checked Windows EventLog and SQL Server ErrorLog for any details, why the service won't start?

    0 comments No comments

Your answer

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