Problems with windows update sql server 2016

0

Thanks for the help you can give me. I have a Windows Server 2016 virtual machine and it has installed SQL server 2016, the problem is presented when running the Windows update always shows me that the Security Update update for SQL Server 2016 Service Pack 1 GDR (KB4019089) is pending, but when it is installed it is delayed a while and then the message appears

  

Security Update for SQL Server 2016 Service Pack 1 GDR (KB4019089) -   Error 0x80070643

Could you help me how do I remove this update so that Windows does not keep trying to execute it?

    
asked by Julio Cesar Azuero 28.05.2018 в 13:54
source

1 answer

0

If SQL Server 2016 has SP1 installed, this update should run without problem. Run the T-SQL SELECT @@ VERSION command in SQL Server Management Studio to validate this. If the version number is less than 13.0.4001.0, then apply SP1 first, which you can download at Microsoft SQL Server 2016 Service Pack 1 (SP1) . Then if you apply the GDR.

    
answered by 30.05.2018 в 15:51