SQL Server 2012 Installation and Setup - TeamDewberry/jmxdatamart GitHub Wiki
Notes on SQL Server 2012 Installation and Setup
SQL Server 2012 (SQLEXPRADV) http://www.microsoft.com/en-us/download/details.aspx?id=29062
Installation:
- Install a stand-alone version
- Perform a new installation of SQL Server 2012
- Select all features (local DB is usually the only box not selected)
- Select ‘Default Instance’
- Select ‘Mixed Mode’ for Server Configure
- The username is ‘sa’ by default (not sure if it can be changed)
- Select ‘Install and Configure’
- If this causes an error, then select ‘Install Only’ (not sure exactly what causes the error)
Setup:
- Open ‘SQL Server Configuration Manager’ and enable the TCP/IP protocol for MSSQLSERVER or your equivalent.
- Double-click TCP/IP and under ‘IP Addresses -> IP All’ set the TCP Port to 1433
.