So how do we install SQL Server 2012 Service Pack 1 on a core server?
- Download SQL Server Service Pack 1 from the Microsoft download site. (http://download.microsoft.com/download/3/B/D/3BD9DD65-D3E3-43C3-BB50-0ED850A82AD5/SQLServer2012SP1-KB2674319-x64-ENU.exe)
-
Type: \\<servername>\SQLServer2012SP1-KB2674319-x64-ENU.exe /x:”c:\SQLSERVER2012SP1″ (when your Service Pack resides on a different server).
Type: X:\<folder>\SQLServer2012SP1-KB2674319-x64-ENU.exe /x:”c:\SQLSERVER2012SP1″ (when your Service Pack resides on your local server).
- When the extraction is complete type: c:\SQLSERVER2012SP1\setup.exe /q /action=patch /allinstances /IAcceptSQLServerLicenseTerms
[07-12-2012] Update: corrected the setup string.
[14-03-2012] Update typo allinstance to allinstances




Leave a Reply