MSEndpointMgr

Install SQL Server 2008 R2 SP2 for ConfigMgr 2012 SP1

This blog post will cover the steps necessary to install SQL Server 2008 R2 SP2 running on Windows Server 2012.

Overview

  • Install .NET Framework 3.5 with PowerShell
  • Create Active Directory SQL service accounts
  • Install SQL Server 2008 R2
  • Install SQL Server 2008 R2 Service Pack 2

Install .NET Framework 3.5 with PowerShell

Open a Windows PowerShell prompt as an administrator, and run the following command:

Add-WindowsFeature NET-Framework-Core

Create Active Directory SQL service accounts

Create 3 service accounts in Active Directory. Name the accounts SQLAgent, SQLDB and SQLReport.
0

Install SQL Server 2008 R2

1. Mount the SQL Server 2008 R2 ISO to your server.
2. Launch the setup program and click on Installation in the left pane.
1
3. Click on New installation or add features to an existing installation.
2
4. Click OK in the Setup Support Rules window.
3
5. Click Install in the Setup Support Files window.
4
6. If you have the Windows Firewall enabled, you’ll see a warning about that. Dismiss the warning and click Next in the Setup Support Rules window.
5
7. Enter your product key and press Next in the Product Key window.
6
8. Accept the license terms and click Next in the License Terms window.
7
9. Select SQL Server Feature Installation and click Next in the Setup Role window.
8
10. Select Database Engine Services, Reporting Services, Management Tools – Basic and Management Tools – Complete and click Next in the Feature Selection window. Note, if you wish to install to another directory than specified at the bottom, select your appropiate location.
9
11. Click Next in the Installation Rules window when the operation has completed.
10
12. Select Default Instance, leave all values by their default and click Next in the Instance Configuration window. Note, if you choose a Named instance, remember to specify it later in the ConfigMgr 2012 SP1 installation wizard.
11
13. Click Next in the Disk Space Requirements window.
12
14. Enter the Account Name for each Service and click on the Collation tab in the Server Configuration window.
13
15. Click on Customize in the Server Configuration window.
14
16. Click on SQL collation, used for backwards compatability and scroll down and select SQL_Latin1_General_CP1_CI_AS. Click on OK and then Next in the Server Configuration window. Note, it’s really important that you choose the correct collation or the installation of ConfigMgr 2012 will not work.
15
17. Select Windows authentication mode and then click on Add Current User. Click Next in the Database Engine Configuration window.
16
18. Select Install the native mode default configuration and click Next in the Reporting Services Configuration window.
17
19. Click Next in the Error Reporting window.
18
20. Click Next in the Installation Configuration Rules window when the operation has completed.
19
21. Click Install in the Ready to Install window.
20
22. Once the installation is completed, click on Close in the Complete window.
22
 

Install SQL Server 2008 R2 Service Pack 2

You can download the SQL Server 2008 R2 Service Pack 2 from this link: https://download.microsoft.com/download/3/D/C/3DC6663D-8A76-40A6-BCF2-2808C385D56A/SQLServer2008R2SP2-KB2630458-x64-ENU.exe
1. When the download is complete, launch the installation and click Next in the SQL Server 2008 R2 update window.
23
2. Accept the license terms and click Next in the License Terms window.
24
3. Click Next in the Select Features window.
25
4. Click Next in the Check Files In Use window.
26
5. Click Update in the Ready to update window.
27
6. When the update installation is completed, click Close in the Complete window.
29
That’s it! You can now go ahead and install ConfigMgr 2012 SP1.

Nickolaj Andersen

Chief Technical Architect and Enterprise Mobility MVP since 2016. Nickolaj has been in the IT industry for the past 10 years specializing in Enterprise Mobility and Security, Windows devices and deployments including automation. Awarded as PowerShell Hero in 2015 by the community for his script and tools contributions. Creator of ConfigMgr Prerequisites Tool, ConfigMgr OSD FrontEnd, ConfigMgr WebService to name a few. Frequent speaker at conferences such as Microsoft Ignite, NIC Conference and IT/Dev Connections including nordic user groups.

1 comment

Sponsors

Categories

MSEndpointMgr.com use cookies to ensure that we give you the best experience on our website.