SQL2012 Install

Assumes DVD or ISO image of installation media is mounted and pre-requisites from MSSQL Install page have been addressed.

GUI Install

Run the Setup executable (as Administrator) from the installation media.

The screenshots below are based on SQL Server Developer Edition 2012 with Service Pack 4

Minimum Recommended Requirement...

Add other Features as required.

MSSQL-Matrix

Get-Service -Name *SQL*


Status   Name               DisplayName------   ----               -----------Running  MSSQLSERVER        SQL Server (MSSQLSERVER)Stopped  SQLBrowser         SQL Server BrowserRunning  SQLSERVERAGENT     SQL Server Agent (MSSQLSERVER)Running  SQLWriter          SQL Server VSS Writer

Start SQL Server Configuration Manager...

Restart Services for this to take effect...

Restart-Service -Name MSSQLSERVER -Force