SQL Server 2012 SP4 and Security Update
Hallo zusammen,
Auf einem Server habe ich heute noch den SQL Server 2012 mit einem aktuellen Service Pack und dem Security Update ausgerüstet.
Microsoft SQL Server 2012 Service Pack 4 (SP4)
https://www.microsoft.com/en-US/download/details.aspx?id=56040
Falls ein paar Prozesse noch Dateien in Benutzung haben, kann man die Prozesse mit PowerShell stoppen
Get-Process -ProcessName sqlcmd
Get-Process -ProcessName sqlcmd | Stop-Process -Force
Get-Process -ProcessName monAgentCore| Stop-Process -Force
Get-Process -ProcessName wmiPrvSE | Stop-Process -Force
Nach einem Neustart habe ich dann noch das Security Update installiert
Security Update for SQL Server 2012 SP4 GDR (KB4583465)
https://www.microsoft.com/en-us/download/details.aspx?id=102625
Am besten nach dem Update den Server neu starten.
Grüsse
Andes Bohren