How to install Microsoft SQL 2012 R2

Long before the days of managed database services in the cloud, technical engineers had to build and deploy databases directly onto the operating system. One of the most common tasks I completed was installing Microsoft SQL server on Windows Server.

Microsoft SQL Server 2012 R2 (SQL-2012)is a robust relational database management system developed by Microsoft and released in April 2012. It offers a variety of features and capabilities for storing, organizing, and managing data. In addition, SQL Server 2012 R2 provides several improvements and new features such as AlwaysOn Availability Groups, Columnstore Indexes, enhanced security, Power View, and improved T-SQL. These features provide better reliability, scalability, and performance for businesses and organizations that rely on data management and analysis.

Here is a quick guide on installing SQL-2012 onto a Windows Server 2012 R2 platform.


Pre-Requisites

Check the system requirements:
Before installing SQL Server 2012 R2, ensure your system meets the minimum hardware and software requirements. You can find the criteria on Microsoft’s website.

Download the SQL Server installer:
You can download the SQL Server 2012 R2 installer from the Microsoft website or use the installation media if you have it.


Step 1 – Insert SQL-2012 Media into the server.

Before beginning the installation of SQL Server 2012, ensure you have the SQL Server installation media ready. Follow these detailed steps to insert the media into the server:

  • Physical Media (DVD):
    • Open the server’s optical drive if you have the SQL Server installation media on a physical DVD.
  • Virtual Media (ISO/Images):
    • In case you are using virtual media, such as an ISO file, you have several options:
      • Mount ISO Directly:
        • If the ISO file is stored locally, you can mount it directly to the server by using virtual drive software.
      • Network Location:
        • Alternatively, if the ISO is on a network location, ensure the server has access to that network resource.
  • Using Remote Connections:
    • If the SQL-2012 media is located on a remote server, establish a secure connection to that server. This could involve using Remote Desktop Protocol (RDP) or other remote access tools.
  • Verify Accessibility:
    • Before proceeding, double-check that the server can access the SQL-2012 media. This is crucial to ensure a seamless installation process.
  • Exploring Additional Options:
    • Depending on your server setup, consider exploring advanced options, such as:
      • Local Copies: If you have a local copy of the SQL Server installation media on the server’s hard drive, ensure it is accessible.
      • Network Shares: If the SQL-2012 media is on a network share, ensure the server has the necessary permissions to access it.
  • Preparing for Installation:
    • Once the SQL-2012 media is successfully accessible by the server, you are ready to proceed with the installation. Follow the subsequent steps in your procedure to initiate the SQL Server installation.

Example of the Setup splash screen

Step 2 – Run the Setup on the media

  • Run Setup from DVD.
  • Run the installer: Double-click the SQL Server installer to launch the installation wizard.

After successfully inserting the SQL Server 2012 media into the server, follow these steps to initiate the installation process:

  • Navigate to the Installation Media:
    • Open File Explorer and browse to the location where the SQL Server 2012 media is accessible. This could be the DVD drive, a mounted virtual drive, or a network location.
  • Locate the Setup Executable:
    • Look for the setup executable file within the media directory. This file is typically named “setup.exe” or “setup.bat.”
  • Run the Installer:
    • Double-click the SQL Server installer executable to launch the installation wizard. If you encounter User Account Control (UAC) prompts, confirm the action to proceed with administrative privileges.
  • Initialization Process:
    • The installer will initiate an initialization process, loading necessary files and components. This may take a few moments, depending on the server’s processing speed.


Step 3 – Check Require Windows Roles are Installed

The server will ensure you have installed all the required roles before installing. You will be prompted here and asked to install additional software, such as Visual Basic, if there are any issues.

Commonly Needed Windows Features:

  • .NET Framework 3.5 (or later): This is usually required for SQL Server setup and some of its components.
  • Windows PowerShell: If you plan to use SQL Server PowerShell modules for administration tasks.
  • Web Server (IIS) role: Only necessary if you intend to install and use SQL Server Reporting Services (SSRS) in certain configurations.

How to Check and Install Windows Features:

  1. Open Server Manager.
  2. Go to Manage -> Add Roles and Features.
  3. Follow the wizard, ensuring you select the features mentioned above (and any others specific to your SQL Server configuration) during the installation process.

Additional Considerations:

  • Some specific SQL Server features might have additional requirements. Refer to the SQL Server documentation for detailed information about the dependencies of the components you plan to install.
  • It is always recommended to install SQL Server on a server that is dedicated to running the database engine for optimal performance and security.


Step 4 – Continue Configuring the Installer

  • Welcome: Briefly review the information on the welcome screen.
  • Installation Type:
    • New Installation: Choose this if you’re installing SQL Server for the first time on this machine.
    • Add Features: Select this if SQL Server is already present, and you want to enhance its capabilities.
  • License Agreement: Carefully read the terms, and check the box to accept them before proceeding.
  • Feature Selection (Crucial):
    • Carefully consider which features your database tasks require.
    • Core Options:
      • Database Engine Services: Essential for storing and managing data.
      • SQL Server Replication: Enables copying data between databases.
    • Additional Options (Select as needed):
      • Full-Text and Semantic Extractions: Advanced search capabilities.
      • … (Other features listed by the installer): Explore descriptions to determine their relevance to your work.

Tip: If unsure about a feature, consult SQL Server’s documentation or seek guidance to avoid installing unnecessary components.

Accept the Licence, then Select the installation type:

Choose the one that best suits your needs. For example, you can install the database engine, SQL Server Management Studio, or Reporting Services.

Elsewhere On TurboGeek:  Mastering the Unattended Oracle Install: A Guide to Silent Oracle 19c Client Installation


Step 5 – Instance & Server Configuration

Ensure Shared Feature Directories are pointing to the D:\ Drive.

Instance Configuration:

Specify the SQL Server instance name and choose the instance features. You can opt for a default instance or provide a unique name for a named instance.

Server Configuration:

Configure server authentication mode (Windows or Mixed Mode) and set the necessary SQL Server administrator accounts and passwords.

Step 6 – Database Engine Configuration

Database Engine Configuration:

Customize settings for the Database Engine, including authentication mode, administrators, and data directories.

  • Under the Data Directories tab, ensure you choose:
    • S:\ for Database files
    • L:\ for Logs
  • On the Analysis Services configuration, add the Current User – (This can be changed later in SQL Server Management Studio)
  • Under Reporting Services Configuration, select “install, but do not configure the report server.” – (This can be changed later in SQL Server Management Studio)
  • On the next screen, Distributed Replay Controller, ensure set as below and click next.
  • On the next screen, Distributed Replay Client, ensure it is set as below and click next.
  • On the next screen, Error Reporting, ensure the tick box is blank and click next.
  • Click Next to bring up the final screen, “Ready to install,” and choose INSTALL.
  • The installation will take about 30 minutes to complete.
  • Once completed, open SQL Server Management Studio and log in with the Mixed Mode SA account you created earlier.
  • Log in with the SA account or Administrator.
  • Expand the column on the left; if you have a green “play” button, SQL is running.

Ready to Install:

Review the summary of your selected configurations on the “Ready to Install” screen. Click “Install” to commence the installation process.

Installation Progress:

The installer will now execute the installation based on your chosen configurations. A progress bar will indicate the completion status.

Completion Screen:

Once the installation is successful, a completion screen will provide details. You can also review summary logs to ensure a smooth installation process.

Richard.Bailey

Richard Bailey, a seasoned tech enthusiast, combines a passion for innovation with a knack for simplifying complex concepts. With over a decade in the industry, he's pioneered transformative solutions, blending creativity with technical prowess. An avid writer, Richard's articles resonate with readers, offering insightful perspectives that bridge the gap between technology and everyday life. His commitment to excellence and tireless pursuit of knowledge continues to inspire and shape the tech landscape.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

Translate »