SQL Server patching and Windows Server security patching

Kumar Surendran, Sudhin 0 Reputation points
2026-09-25T06:15:57.5133333+00:00

Could you please confirm whether SQL Server patching and Windows Server security patching can be performed during the same maintenance window, followed by a single reboot? Is this the recommended approach?

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


2 answers

Sort by: Most helpful
  1. Erland Sommarskog 137.5K Reputation points MVP Volunteer Moderator
    2026-09-25T06:52:26.4+00:00

    I see no reason why it would not be possible, but one correct to Senthil's post: You need to apply the SQL Server CU/GDR before applying the Windows patches. The reason for this is that you cannot apply SQL Server patches with a pending reboot.

    Was this answer helpful?


  2. Senthil kumar 2,500 Reputation points
    2026-09-25T06:24:57.1866667+00:00

    Hi @Kumar Surendran, Sudhin

    Yes it possible before the activity please follow below instructions.

    1. Take backups and verify recovery options.
    2. Apply Windows Server security updates.
    3. Apply SQL Server Cumulative Update (CU) or security update.
    4. Verify that all installations completed successfully.
    5. Perform one reboot.
    6. Validate:
      • SQL Server services start correctly.
      • SQL Agent jobs are running.
      • Application connectivity is healthy.
      • Windows updates show as successfully installed.

    Thanks.

    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.