How to Patch SQL Server 2019

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.พ. 2025

ความคิดเห็น • 20

  • @ATLANTA_RETRIEVER
    @ATLANTA_RETRIEVER ปีที่แล้ว +3

    Sir loved your channel, the views may be less but we love your of explaining thing ❤❤❤❤

  • @kishortala2950
    @kishortala2950 ปีที่แล้ว +2

    Great video Glenn. Very helpful tutorial. Cheers to Chorizo ❤

    • @GlennBerrySQL
      @GlennBerrySQL  ปีที่แล้ว

      Thank you! Chorizo says hello!

  • @DB-sf1hy
    @DB-sf1hy ปีที่แล้ว +3

    Another idea: How to make SSMS start up faster on corporate workstation? Sometimes it takes me several minutes to start up SSMS. I noticed your SSMS was ready immediately

    • @GlennBerrySQL
      @GlennBerrySQL  ปีที่แล้ว +2

      You want to make sure you are using SSMS 19.1 rather than any earlier version. Microsoft made some performance optimizations in 19.1 (and in 19.0) that help cold startup performance. SSMS 19.1 is about 15-25% faster for cold startup performance than SSMS 18.12.1.
      glennsqlperformance.com/2023/05/30/ssms-19-1-performance-improvements/
      SSMS is CPU-bound during cold startup. The real way to make SSMS startup more quickly is to have a faster CPU, with more cores. I realize that you don't have much control over this with a corporate workstation...

  • @pankaj2443
    @pankaj2443 ปีที่แล้ว +3

    Pls make video on HA server patching .

  • @sackos6573
    @sackos6573 ปีที่แล้ว

    Great video! Can I install CU on top of GDR build?

    • @GlennBerrySQL
      @GlennBerrySQL  ปีที่แล้ว

      Yes, as long as it is a newer build.

  • @fabioantonioberti
    @fabioantonioberti 10 หลายเดือนก่อน

    Thanks for the video. I have a question, for an environment that has a Cluster of 2 VMs with Always ON, what care should I take when patching? Which VM is recommended to start, primary or secondary? If I start with the primary, should I force manual failover to the secondary VM?

    • @GlennBerrySQL
      @GlennBerrySQL  10 หลายเดือนก่อน +4

      With an AG, you should always patch the Secondary replica first. Then, after it is done and all the databases in the AG are Synchronized, you can do a Manual Failover to the original Secondary and repeat the process on the other node. Then, after it is done and all the databases in the AG are Synchronized, you can do a Manual Failover back to the original Primary.

    • @fabioantonioberti
      @fabioantonioberti 10 หลายเดือนก่อน

      @@GlennBerrySQL Thanks for the answer.

  • @RadekGaska
    @RadekGaska ปีที่แล้ว

    Hello Glenn, Could you please advise rollback plan for patching? Is it necessary to take VM's snapshots, SQL backups etc or it does not make any sense for patching activities?

    • @ChorizoBerry
      @ChorizoBerry ปีที่แล้ว +1

      You can uninstall a SQL Server Cumulative Update. If you wanted to be more thorough, you could take VM snapshots, backup all of your databases, script out logins and other instance-level objects, etc.

    • @GlennBerrySQL
      @GlennBerrySQL  ปีที่แล้ว +1

      You can uninstall a SQL Server CU.

    • @roblochon1276
      @roblochon1276 ปีที่แล้ว

      @@GlennBerrySQL Sure . .but on my machine an update of sql2016 destroy the master database i don't know why .. sql server doesn't start again ... The only solution is to rebuild systems database .. it's not so easy and i can't imagine on a production database at the end of the night .

    • @GlennBerrySQL
      @GlennBerrySQL  ปีที่แล้ว

      @@roblochon1276 I'm sorry that happened to you. There is always a chance that a software update will break something, but it does not happen very often with SQL Server. Being careful and being prepared for a worst-case scenario is always a good idea. OTOH, never updating SQL Server because it might cause a problem is not the solution either.

  • @smf00027
    @smf00027 8 หลายเดือนก่อน +1

    Sir no need to stop all sql services?

    • @GlennBerrySQL
      @GlennBerrySQL  8 หลายเดือนก่อน +2

      The CU setup program automatically shuts down the SQL Server Service during the installation.