37
Part 1 - Installing SQL Server 2008 Express Edition on Windows Server 2008 R2 This guide assumes you are installing SQL server to be used with MDT 2012/2010 on Windows Server 2008 R2 server in a domain environment. It is intended for use in home lab or test environment. This guide covers how to Install the SQL Server Configure the SQL Server Configure Windows Firewall to allow SQL Server through the firewall Build a database for use with MDT 2012/2010

Part 1 - Installing SQL Server 2008 Express Edition on Windows Server 2008 R2

  • Upload
    umeko

  • View
    57

  • Download
    0

Embed Size (px)

DESCRIPTION

Part 1 - Installing SQL Server 2008 Express Edition on Windows Server 2008 R2. This guide assumes you are installing SQL server to be used with MDT 2012/2010 on Windows Server 2008 R2 server in a domain environment. It is intended for use in home lab or test environment. - PowerPoint PPT Presentation

Citation preview

Page 1: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Part 1 - Installing SQL Server 2008 Express Edition on Windows Server 2008 R2

This guide assumes you are installing SQL server to be used with MDT 2012/2010 on Windows Server 2008 R2 server in a domain environment. It is intended for use in home lab or test environment.

This guide covers how to

• Install the SQL Server• Configure the SQL Server • Configure Windows Firewall to allow SQL Server through the firewall• Build a database for use with MDT 2012/2010

Page 2: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2
Page 3: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click OK

Page 4: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Next

Page 5: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Next

Accept the licence terms

Page 6: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Install

Page 7: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Next

Page 8: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Next

Select Database Engine Services

Page 9: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Next

Select Named Instance

Make a note of the Named instance (SQLExpress)

Page 10: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Next

Page 11: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click on Use the same account for all SQL Server services

Page 12: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Enter the username and password for an Administrator account in your domain.

Click OK

Reminder: this guide is intended for use in a home lab or test environment. Hence it is sufficient to use the Administrator account in your domain for this.

Page 13: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Select Windows authentication mode

Add user accounts you want to give administrator access to the SQL Server. You can also add AD Security Groups to this list

Click Next

Page 14: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Next

Page 15: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Next

Page 16: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Install

Page 17: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Next

Page 18: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Close

Page 19: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Configure The SQL Server

Open the SQL Server Configuration Manager

Page 20: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Expand SQL Server Network Configuration

Select Protocols for SQLEXPRESS

Right click on enable Named Pipes

Page 21: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Select SQL Server Services

Right click on SQL Server Browser and select Properties

Page 22: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Change to Automatic

Page 23: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Right click on SQL Server Browser and select Start

Page 24: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Right click on SQL Server (SQLEXPRESS) and select Restart

Page 25: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Configure Windows Firewall

Open Windows Firewall

Click on Allow a program or feature through Windows Firewall

Page 26: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click on Allow another program…

Page 27: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Browser to C:\Program Files (x86)\Microsoft SQL Server\90\Shared

Open sqlbrowser

Click Browse…

Page 28: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Add

Page 29: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Once again add another program to allow through the firewall

Browse to C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\Binn

Open sqlsevr

Page 30: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Build A MDT Database

Right click on Database and select New Database

Open the Deployment Workbench and expand your Deployment Share

Expand Advanced Configuration

Page 31: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Enter the hostname of your server on which you installed SQL Server 2008 Express

Enter SQLEXPRESS

Choose Named Pipes

Page 32: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Enter a name for your database

Page 33: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Enter the name of your Deployment Share as the SQL Share

Page 34: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Next

Page 35: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

Click Finish

A database has been created and linked with your deployment share.

Page 36: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

This is what the Database page should look like

Page 37: Part 1 - Installing SQL Server 2008 Express Edition  on Windows Server 2008 R2

End of Part 1Part 2 of this series will demonstrate how to populate and use the database in a couple of

deployment scenarios. Instructions are available on my blog.

emeneye.wordpress.com