Quick-Start Installation of SQL Server 2012

Introduction
The SQL Server Installation Wizard is based on Windows Installer. It provides a single feature tree for installation of the following SQL Server components:
Database Engine
Analysis Services
Reporting Services
Integration Services
Master Data Services
Data Quality Services
Management tools
Connectivity components
You can install each component individually or select a combination of the components listed above. To make the best choice among the editions and components available in SQL Server, see Editions and Components of SQL Server 2012
SQL Server is available in 32-bit and 64-bit editions. SQL Server Setup supports the following installation options:
By default, sample databases and sample code are not installed as part of SQL Server Setup. To install sample databases and sample code for non-Express editions of SQL Server, see the CodePlex Web site. To read about support for SQL Server sample databases and sample code for SQL Server Express, see Databases and Samples Overview.

SQL Server Installation
Regardless of whether you use the SQL Server Installation Wizard or the command prompt to install SQL Server, setup involves one or more of the following steps:
Review installation requirements, system configuration checks, and security considerations for a SQL Server installation. For more information, see Planning a SQL Server Installation.
Run SQL Server Setup to upgrade an existing version of SQL Server to SQL Server 2012. For more information, see Upgrading to SQL Server 2012.
Run SQL Server Setup to install a new instance of SQL Server 2012. For more information, see Installing SQL Server 2012.
After you are finished with SQL Server installation, the next major step is configuration of SQL Server and its components. Use SQL Server utilities to configure SQL Server. For more information, see Configuring SQL Server 2012.
You can find detailed explanations of these tasks in the next section.

Related Tasks
Planning a SQL Server Installation
Before you install SQL Server 2012, you must review the hardware and software requirements, network and Internet considerations, and security considerations to install and run SQL Server. For more information, see Planning a SQL Server Installation and also the following topics:
Upgrading to SQL Server
You can upgrade existing instances of SQL Server 2005, SQL Server 2008, or SQL Server 2008 R2 to SQL Server 2012. For more information, see Upgrade to SQL Server 2012. Before running SQL Server Setup to upgrade to SQL Server 2012, review the following topics about the upgrade process:
Installing SQL Server 2012
Review the following topics for information about various installation scenarios for SQL Server 2012.

Related Content
This section provides information about configuring and uninstalling SQL Server.
Configuring SQL Server 2012
After you have installed SQL Server, you can further configure SQL Server by using graphical and command-prompt utilities. See the following topics to configure SQL Server for the first time:
Uninstalling SQL Server 2012
The following topics describe how to manually uninstall a stand-alone instance and a failover-clustered instance of SQL Server:

See Also