Skip to content

Instantly share code, notes, and snippets.

@ronascentes
Created March 17, 2017 13:43
Show Gist options
  • Save ronascentes/d872172ed368f006f2ead52201dadea0 to your computer and use it in GitHub Desktop.
Save ronascentes/d872172ed368f006f2ead52201dadea0 to your computer and use it in GitHub Desktop.
Run SQL Server patch from command line
#2014 SP2:
D:\Temp\SQLServer2014SP2-KB3171021-x64-ENU.exe /qs /IAcceptSQLServerLicenseTerms /Action=Patch /AllInstances
#2014 CU3:
D:\Temp\SQLServer2014-KB3204388-x64.exe /qs /IAcceptSQLServerLicenseTerms /Action=Patch /AllInstances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment