while upgrading SQl server 2014 SP 0 to SP 3. we have to stop the services then upgrade or we can upgrade in working enviorment.

Bilal Khan 101 Reputation points
2021-05-30T12:27:02.84+00:00

while upgrading SQl server 2014 SP 0 to SP 3. we have to stop the services then upgrade or we can upgrade in working enviorment.

SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. CathyJi-MSFT 22,396 Reputation points Microsoft External Staff
    2021-05-31T02:31:26.517+00:00

    Hi @Bilal Khan ,

    > we have to stop the services then upgrade or we can upgrade in working enviorment.

    No, you do not need to stop the SQL server service manually by yourself before upgrading SQL server. But after upgrading, SQL server will be restarted automatically, this will have a short downtime.

    As Erland mentioned, suggest you apply the latest CU4 for SQL server 2014 SP3, and apply the latest security update KB4583462 for SQL 2014 SP3 CU4. You can download them from below links.

    Cumulative Update 4 for SQL Server 2014 SP3
    KB4583462 - Description of the security update for SQL Server 2014 SP3 CU4: January 12, 2021

    If your environment is SQL AG or failover cluster instance, please perform a rolling upgrade to avoid downtime. Refer to below MS document to get more detail steps.

    Upgrade a failover cluster instance
    Upgrading Always On Availability Group Replica Instances


    If the response is helpful, please click "Accept Answer" and upvote it, as this could help other community members looking for similar queries.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Erland Sommarskog 121.9K Reputation points MVP Volunteer Moderator
    2021-05-30T20:50:07.19+00:00

    You don't have to stop the services yourself - Setup will take care of that. Thus, no, you cannot run this in the middle of the day without anyone noticing, but there will be some minutes of downtime.

    Also, once you have installed SP3, you should apply Cumulative Update 4, which is the last CU for SQL 2014 SP. And finally there is a GDR with a security fix you should apply. And all three will restart SQL Server. (Since the executable is replaced.)

    If you have an Availability Group or mirroring, you can upgrade the secondary, fail over, and the upgrade the original primary, and avoid downtime that way.

    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.