Vous êtes sur la page 1sur 16

A Rohde & Schwarz Company

Microsoft SQL Server 2012


Installation Manual
March 2013

SwissQual® License AG
Allmendweg 8 CH-4528 Zuchwil Switzerland
t +41 32 686 65 65 f +41 32 686 65 66 e info@swissqual.com
www.swissqual.com

Part Number: 14-001-201246-1


SwissQual has made every effort to ensure that eventual instructions contained in the document are adequate and free
of errors and omissions. SwissQual will, if necessary, explain issues which may not be covered by the documents.
SwissQual’s liability for any errors in the documents is limited to the correction of errors and the aforementioned advisory
services.

Copyright 2000 - 2013 SwissQual AG. All rights reserved.

No part of this publication may be copied, distributed, transmitted, transcribed, stored in a retrieval system, or translated
into any human or computer language without the prior written permission of SwissQual AG.

Confidential materials.

All information in this document is regarded as commercial valuable, protected and privileged intellectual property, and is
provided under the terms of existing Non-Disclosure Agreements or as commercial-in-confidence material.

When you refer to a SwissQual technology or product, you must acknowledge the respective text or logo trademark
somewhere in your text.

SwissQual®, Seven.Five®, SQuad®, QualiPoc®, NetQual®, VQuad®, Diversity® as well as the following logos are
registered trademarks of SwissQual AG.

Diversity Explorer™, Diversity Ranger™, Diversity Unattended™, NiNA+™, NiNA™, NQAgent™, NQComm™, NQDI™,
NQTM™, NQView™, NQWeb™, QPControl™, QPView™, QualiPoc Freerider™, QualiPoc iQ™, QualiPoc Mobile™,
QualiPoc Static™, QualiWatch-M™, QualiWatch-S™, SystemInspector™, TestManager™, VMon™, VQuad-HD™ are
trademarks of SwissQual AG.

SwissQual acknowledges the following trademarks for company names and products:

Adobe®, Adobe Acrobat®, and Adobe Postscript® are trademarks of Adobe Systems Incorporated.

Apple is a trademark of Apple Computer, Inc.

DIMENSION®, LATITUDE®, and OPTIPLEX® are registered trademarks of Dell Inc.

ELEKTROBIT® is a registered trademark of Elektrobit Group Plc.

Google® is a registered trademark of Google Inc.

i.Scan is a trademark of CommScope, Inc.

Intel®, Intel Itanium®, Intel Pentium®, and Intel Xeon™ are trademarks or registered trademarks of Intel Corporation.

INTERNET EXPLORER®, SMARTPHONE®, TABLET® are registered trademarks of Microsoft Corporation.

Java™ is a U.S. trademark of Sun Microsystems, Inc.

Linux® is a registered trademark of Linus Torvalds.

Microsoft®, Microsoft Windows®, Microsoft Windows NT®, and Windows Vista® are either registered trademarks or
trademarks of Microsoft Corporation in the United States and/or other countries U.S.

NOKIA® is a registered trademark of Nokia Corporation.

Oracle® is a registered US trademark of Oracle Corporation, Redwood City, California.

SAMSUNG® is a registered trademark of Samsung Corporation.

SIERRA WIRELESS® is a registered trademark of Sierra Wireless, Inc.

TRIMBLE® is a registered trademark of Trimble Navigation Limited.

U-BLOX® is a registered trademark of u-blox Holding AG.

UNIX® is a registered trademark of The Open Group.


Microsoft SQL Server 2012 Installation Manual
© 2000 - 2013 SwissQual AG

Contents
1 Introduction .......................................................................................................................................... 1
SQL Server 2012 Editions ..................................................................................................................... 1
System Requirements ........................................................................................................................... 1

2 Installing SQL Server 2012 Standard Edition ................................................................................... 2

3 Installing SQL Server 2012 Express .................................................................................................. 8

4 After You Install ................................................................................................................................. 12


Enabling the TCP/IP Protocol .............................................................................................................. 12
Installing Service Packs ....................................................................................................................... 13
Configuring the Windows Firewall ....................................................................................................... 13

Figures
Figure 2-1 SQL Server Installation Center ........................................................................................................ 2
Figure 2-2 Product Key page ............................................................................................................................. 3
Figure 2-3 Setup Role page .............................................................................................................................. 3
Figure 2-4 Feature Selection page .................................................................................................................... 4
Figure 2-5 Instance Configuration page ............................................................................................................ 5
Figure 2-6 Disk Space Requirements page....................................................................................................... 5
Figure 2-7 Service Accounts tab of the Server Configuration page .................................................................. 6
Figure 2-8 Database Engine Configuration ....................................................................................................... 7
Figure 3-1 SQL Server Installation Center ........................................................................................................ 8
Figure 3-2 Feature Selection page .................................................................................................................... 9
Figure 3-3 Instance Configuration page ............................................................................................................ 9
Figure 3-4 Service Accounts tab of the Server Configuration page ................................................................ 10
Figure 4-1 Protocols for the SQL server .......................................................................................................... 12
Figure 4-2 Enable the TCP/IP protocol ............................................................................................................ 12
Figure 4-3 Warning dialog box ........................................................................................................................ 13
Figure 4-4 Restart the SQL server .................................................................................................................. 13

Tables
Table 2-1 Service Account settings ................................................................................................................... 6
Table 3-1 Service Account settings ................................................................................................................. 10

Contents | ii
CONFIDENTIAL MATERIALS
Microsoft SQL Server 2012 Installation Manual
© 2000 - 2013 SwissQual AG

1 Introduction
The Microsoft SQL Server 2012 Installation Manual describes how to install and to configure Microsoft SQL
Server 2012 for use with the following SwissQual software:
• NetQual NQDI
• NetQual NQWeb
• NetQual NQView

SQL Server 2012 Editions


You can use any edition SQL Server 2012 with SwissQual software

Important: The Express Edition is limited to a database size of 10 GB. You can download SQL Server
2012 Express Edition software from http://www.microsoft.com/downloads.

System Requirements
Consult the relevant Microsoft documentation for the SQL Server 2012 hardware and software requirements.

Chapter 1 | Introduction 1
CONFIDENTIAL MATERIALS
Microsoft SQL Server 2012 Installation Manual
© 2000 - 2013 SwissQual AG

2 Installing SQL Server 2012 Standard Edition


This chapter describes how to install the standard edition of SQL Server 2012.

To install SQL Server 2012 Standard Edition


1. Start the installation.
a Double-click the setup file.
b In the SQL Server Installation Center window, click Installation, and then click New SQL Server
stand-alone installation or add features to an existing installation.

Figure 2-1 SQL Server Installation Center


c On the Setup Rules page, click OK.
d On the Product Key page, click Enter the product key, and then click Next.

Chapter 2 | Installing SQL Server 2012 Standard Edition 2


CONFIDENTIAL MATERIALS
Microsoft SQL Server 2012 Installation Manual
© 2000 - 2013 SwissQual AG

Figure 2-2 Product Key page


e On the License Terms page, click I accept the license terms, and then click Next.
f On the Setup Support Rules page, click Next.
2. On the Setup Role page, click SQL Server Feature Installation, and then click Next.

Figure 2-3 Setup Role page

Chapter 2 | Installing SQL Server 2012 Standard Edition 3


CONFIDENTIAL MATERIALS
Microsoft SQL Server 2012 Installation Manual
© 2000 - 2013 SwissQual AG

3. On the Feature Selection page, select the features that the SwissQual software uses.
a In the Instance Features area, select the Database Engine Services check box.
b In the Shared Features area, select the following check boxes:
• Management Tools - Basic
• Management Tools - Complete
c Click Next.

Figure 2-4 Feature Selection page


4. On the Installation Rules page, click Next.
5. On the Instance Configuration page, click Default instance, and then click Next.

Chapter 2 | Installing SQL Server 2012 Standard Edition 4


CONFIDENTIAL MATERIALS
Microsoft SQL Server 2012 Installation Manual
© 2000 - 2013 SwissQual AG

Figure 2-5 Instance Configuration page


6. On the Disk Space Requirements page, click Next.

Figure 2-6 Disk Space Requirements page


7. On the Server Configuration page, specify the following settings for the server:

Chapter 2 | Installing SQL Server 2012 Standard Edition 5


CONFIDENTIAL MATERIALS
Microsoft SQL Server 2012 Installation Manual
© 2000 - 2013 SwissQual AG

Table 2-1 Service Account settings

Service Account Name Startup Type

SQL Server Agent NT Service\SQLSERVERAGENT Manual

SQL Server Database Engine NT Service\MSSQLSERVER Automatic

SQL Server Browser NT AUTHORITY\LOCAL SERVICE Disabled

Figure 2-7 Service Accounts tab of the Server Configuration page


a On the Collation tab, ensure that the Database Engine box contains
SQL_Latin1_General_CP1_CI_AS.
b On the Server Configuration page, click Next.
8. On the Server Configuration tab of the Database Engine Configuration page, specify the login
information for the database.
a In the Authentication Mode area, click Mixed Mode.
b In the Enter password box, type the password for the server.
c In the Confirm password box, retype the password.
d In the Specify SQL Server administrators area, click Add Current User, and then click Next.

Chapter 2 | Installing SQL Server 2012 Standard Edition 6


CONFIDENTIAL MATERIALS
Microsoft SQL Server 2012 Installation Manual
© 2000 - 2013 SwissQual AG

Figure 2-8 Database Engine Configuration


9. Complete the installation.
a On the Ready to Install page, click Install.
b At the end of the process, click Close.

Chapter 2 | Installing SQL Server 2012 Standard Edition 7


CONFIDENTIAL MATERIALS
Microsoft SQL Server 2012 Installation Manual
© 2000 - 2013 SwissQual AG

3 Installing SQL Server 2012 Express


You can download SQL Server 2012 Express Edition from http://www.microsoft.com/downloads.

To install SQL Server 2012 Express Edition


1. Start the installation.
a Double-click the SQLEXPRWT_x86_ENU.exe file.
b In the SQL Server Installation Center window, click Installation, and then click New SQL Server
stand-alone installation or add features to an existing installation.

Figure 3-1 SQL Server Installation Center


c On the License Terms page, click I accept the license terms, and then click Next.
2. On the Feature Selection page, select the features that the SwissQual software uses.
a Select the following check boxes:
• Database Engine Services
• Management Tool - Basic
b Clear the following check boxes:
• SQL Server Replication
• SQL Client Connectivity SDK
• LocalDB
c Click Next.

Chapter 3 | Installing SQL Server 2012 Express 8


CONFIDENTIAL MATERIALS
Microsoft SQL Server 2012 Installation Manual
© 2000 - 2013 SwissQual AG

Figure 3-2 Feature Selection page


3. On the Instance Configuration page, click Default instance, and then click Next.

Figure 3-3 Instance Configuration page


4. On the Server Configuration page, specify the settings for the server.

Chapter 3 | Installing SQL Server 2012 Express 9


CONFIDENTIAL MATERIALS
Microsoft SQL Server 2012 Installation Manual
© 2000 - 2013 SwissQual AG

Table 3-1 Service Account settings

Service Account Name Startup Type

SQL Server Database Engine NT Service\MSSQLSERVER Automatic

SQL Server Browser NT AUTHORITY\LOCAL SERVICE Disabled

a On the Service Accounts tab, click Disabled in the Startup type column of the SQL Browser row.

Figure 3-4 Service Accounts tab of the Server Configuration page


b On the Collation tab, ensure that the Database Engine box contains
SQL_Latin1_General_CP1_CI_AS.
c On the Server Configuration page, click Next.
5. On the Server Configuration tab of the Database Engine Configuration page, specify the login
information for the database.
a In the Authentication Mode area, click Mixed Mode.
b In the Enter password box, type the password for the server.
c In the Confirm password box, retype the password.
d In the Specify SQL Server administrators area, click Add Current User, and then click Next.

Chapter 3 | Installing SQL Server 2012 Express 10


CONFIDENTIAL MATERIALS
Microsoft SQL Server 2012 Installation Manual
© 2000 - 2013 SwissQual AG

6. Complete the installation.


a On the Error and Usage Reporting page, click Next.
b At the end of the process, click Close.

Chapter 3 | Installing SQL Server 2012 Express 11


CONFIDENTIAL MATERIALS
Microsoft SQL Server 2012 Installation Manual
© 2000 - 2013 SwissQual AG

4 After You Install


This chapter describes what to do after you install SQL Server 2012 Express.

Enabling the TCP/IP Protocol


You need to enable the TCP/IP protocol for the server if you want to use localhost as the server name in a
SwissQual database connection dialog box.

To enable the TCP/IP protocol for the SQL server


1. In Windows, enable the TCP/IP protocol for the server.
a On the Start menu, click All Programs, click Microsoft SQL Server 2012, click Configuration
Tools, and click SQL Server Configuration Manager.
b In the SQL Server Configuration Manager tree, expand SQL Server Network Configuration, and
then click Protocols for MSSQLSERVER.

Figure 4-1 Protocols for the SQL server


c In the list of protocols, right-click TCP/IP, click Enable, and in the Warning dialog box, click OK.

Figure 4-2 Enable the TCP/IP protocol

Chapter 4 | After You Install 12


CONFIDENTIAL MATERIALS
Microsoft SQL Server 2012 Installation Manual
© 2000 - 2013 SwissQual AG

Figure 4-3 Warning dialog box


d In the tree, click SQL Server Services.
e In the list of services, right-click SQL Server (MSSQLSERVER), and then click Restart.

Figure 4-4 Restart the SQL server

Installing Service Packs


After you install the server, you should download and install the relevant service packs from the Microsoft
download page at: http://www.micosoft.com/downloads.

Configuring the Windows Firewall


If your firewall blocks TCP port 1433, the port that the SQL Server Database Engine uses by default, you
need to configure the firewall to allow access. For more information, go to:
http://msdn.microsoft.com/en-us/library/ms175043.aspx

Chapter 4 | After You Install 13


CONFIDENTIAL MATERIALS

Vous aimerez peut-être aussi