SQL2012 Install
Assumes DVD or ISO image of installation media is mounted and pre-requisites from MSSQL Install page have been addressed.
GUI Install
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 4Minimum Recommended Requirement...
Database Engine Services
Management Tools - Complete
Add other Features as required.
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...
Ensure TCP/IP Protocol is Enabled
Restart Services for this to take effect...
Restart-Service -Name MSSQLSERVER -Force
Enable Backups and Maintenance Jobs as required.