• No results found

GFI Product Guide. How to create a new SQL Server Instance in Microsoft SQL Server 2012 and SQL Server Express

N/A
N/A
Protected

Academic year: 2021

Share "GFI Product Guide. How to create a new SQL Server Instance in Microsoft SQL Server 2012 and SQL Server Express"

Copied!
15
0
0

Loading.... (view fulltext now)

Full text

(1)

GFI Product Guide

How to create a new SQL Server Instance in Microsoft SQL Server 2012 and SQL Server Express

(2)

The information and content in this document is provided for informational purposes only and is provided "as is" with no warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and non-infringement.

GFI Software is not liable for any damages, including any consequential damages, of any kind that may result from the use of this document. The information is obtained from publicly available sources. Though reasonable effort has been made to ensure the accuracy of the data provided, GFI makes no claim, promise or guarantee about the completeness, accuracy, recency or adequacy of information and is not responsible for misprints, out-of-date information, or errors. GFI makes no warranty, express or implied, and assumes no legal liability or responsibility for the accuracy or completeness of any information contained in this document.

If you believe there are any factual errors in this document, please contact us and we will review your concerns as soon as practical.

All product and company names herein may be trademarks of their respective owners. Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and other countries.

GFI Archiver™ is copyright of GFI SOFTWARE Ltd. - 1999-2014 GFI Software Ltd. All rights reserved.

Document Version: V. 2.3.0

Last updated (month/day/year): 19/02/2015

(3)

1 Introduction 4 2 Installing SQL Server® 2012 and SQL Server® 2012 Express 5

3 Create a new SQL Server Instance 9

4 Accessing the new SQL Server Instance 13

5 Summary 14

(4)

1 Introduction

This Guide explains how to install and create a new server instance using Microsoft®SQL Server® 2012 and SQL Server®2012 Express.

While every effort is made to ensure that all functionality and references to third party software are correct, there might be discrepancies due to updates at the discretion of the aforementioned 3rd party vendors. Report any variations to[email protected].

(5)

2 Installing SQL Server

®

2012 and SQL Server

®

2012 Express

Before starting the installation, ensure that your environment meets the minimum requirements as specified by Microsoft. For more information, visithttp://go.gfi.com/?pageid=MAR_SQLServerReqs.

To setup SQL Server®2012 or SQL Server®2012 Express, acquire the installation media. Start the installation wizard and follow the instructions below:

1. Click setup.

2. From the left menu, click Installation.

3. Click New SQL Server stand-alone installation or add features to an existing installation.

4. The installation wizard runs the Setup Support Rules wizard. Click OK when the operation is completed.

5. In the Product Key screen, enter your license key.

NOTE

For SQL Server Express this screen is not available, since SQL Server Express is free.

6. Read the EULA, click I accept the license terms and click Next.

7. Wait until the installation wizard searches for the latest updates. Click Next.

8. Wait for Setup Support Rules to complete. Then click Next.

9. Select SQL Server Feature Installation and click Next.

NOTE

This screen is only available for SQL Server and not for SQL Server Express. For SQL Server express move to the next step.

(6)

10. In the Feature Selection screen select the components that are going to be installed:

Database Engine Services SQL Server Replication

Full-Text and Semantic Extractions for Search Data Quality Services

Management Tools SQL Client Connectivity

NOTE

For SQL Server Express install the list of features will be much less than the one shown in this screen shot.

11. Click Next. The wizard runs through another rule check for the Installation Rules. Click Next.

12. Select Named instance and enter a name for the new SQL server instance. This should be

something informative and easy to recognize. This name will be used to access the instance created.

For example, NEW_INSTANCE. Click Next.

13. Wait for the installation wizard to complete the Disk Space Requirements check. Click Next.

(7)

14. The Server Configuration dialogue box allows you to configure what services of this instance you would like to automatically start. Change all of the services to Automatic. Click Next.

15. In the database engine configuration screen, select Mixed Mode (SQL Server authentication and Windows authentication).

16. (Optional) Specify a password for the SQL Server system administrator (sa).

17. Click the Add Current User to add the user you are logged in as, or the Add… button to add a specific account for this purpose. Once complete, click Next.

18. In the Error Reporting screen, click Next.

19. The last rule checking window ensures all previous information entered will allow the installation for the new SQL server instance to complete successfully. Review any required information and click Next.

20. Click Install. Installation process takes some time depending on the available resources.

(8)

21. When the installation is complete, click Close.

(9)

3 Create a new SQL Server Instance

Important

This topic assumes that a single SQL Server instance is already installed on the server. The following instructions explain how to install a separate SQL server instance side by side on the same server.

To setup a new instance of SQL Server®2012 or SQL Server®2012 Express, acquire the installation media. Start the installation wizard and follow the instructions below:

1. Click setup.

2. From the left menu, click Installation.

3. Click New SQL Server stand-alone installation or add features to an existing installation.

4. Wait for the installation wizard to search for the latest updates. Click Next.

5. The installation will now run the Setup Support Rules wizard. Click OK when the operation is completed.

6. In the Installation Type screen, select Perform a new installation of SQL Server 2012.

7. In the Product Key screen, enter your license key. Unless your organization requires something different for licensing compliance, this should be the same key as the license key for the original instance of SQL server installed.

NOTE

For SQL Server Express this screen will not be available, since this is free.

8. Read the EULA, click I accept the license terms and click Next.

9. Select SQL Server Feature Installation and click Next.

NOTE

This screen is only available for SQL Server and not for SQL Server Express. For SQL Server Express move to the next step.

(10)

10. In the Feature Selection screen select the components that are going to be installed:

Database Engine Services SQL Server Replication

Full-Text and Semantic Extractions for Search Data Quality Services

NOTE

For SQL Server Express install the list of features will be much less than the one shown in this screen shot.

11. Click Next. The wizard runs through another rule check for the Installation Rules. Click Next.

12. Select Named instance and enter a name for the new SQL server instance. This should be

something informative and easy to recognize. This name will be used to access the instance created.

For example, NEW_INSTANCE. Click Next.

13. Wait for the installation wizard to complete the Disk Space Requirements check. Click Next.

(11)

14. The Server Configuration dialogue box allows you to configure what services of this instance you would like to automatically start. Change all of the services to Automatic. Click Next.

15. In the database engine configuration screen, select Mixed Mode (SQL Server authentication and Windows authentication).

16. (Optional) Specify a password for the SQL Server system administrator (sa).

17. Click the Add Current User to add the user you are logged in as, or the Add… button to add a specific account for this purpose. Once complete, click Next.

18. In the Error Reporting screen, click Next.

19. The last rule checking window ensures all previous information entered will allow the installation for the new SQL server instance to complete successfully. Review any required information and click Next.

20. Click Install. Installation process takes some time depending on the available resources.

(12)

21. When the installation is complete, click Close.

(13)

4 Accessing the new SQL Server Instance

To access a newly created SQL server instance:

1. Open SQL Server Management Studio from the Windows Start menu.

2. In the Connect to Server dialogue box:

OPTION DESCRIPTION

Server type Database Engine (Default)

Server name Type the server name and instance. For example: localhost\NEW_INSTANCE Authentication Select SQL Server Authentication.

Login sa

Password Enter password specified during installation.

3. Click Connect.

4. In the left pane confirm that you are connected to the new SQL server instance.

(14)

5 Summary

Whether for licensing, organization, or segregation purposes, creating a SQL server instance is by far the cheapest and easiest way to implement a SQL server into your environment. Maintaining a clean landscape is much easier using separate instances.

(15)

GFI USA INC.

1005 Slater Road, Suite 300, Durham, NC 27703, USA Telephone: +1 (888) 243-4329

Fax: +1 (919) 379-3402 [email protected]

UK AND REPUBLIC OF IRELAND

Magna House, 18-32 London Road, Staines-upon-Thames, Middlesex, TW18 4BP, UK Telephone: +44 (0) 870 770 5370

Fax: +44 (0) 870 770 5377 [email protected]

EUROPE, MIDDLE EAST AND AFRICA

GFI House, Territorials Street, Mriehel, BKR 3000, Malta Telephone: +356 2205 2000

Fax: +356 2138 2419 [email protected]

AUSTRALIA AND NEW ZEALAND

83 King William Road, Unley 5061, South Australia Telephone: +61 8 8273 3000

Fax: +61 8 8273 3099 [email protected]

References

Related documents

The wholesale cloud service provider’s business model and platform architecture help to facilitate the customers’ ability to buy into cloud services provided by service

7 Hardening and Auditing a SQL Server 2012 Implementation 335 What's New for Hardening and Auditing. SQL Server

You can check by going to Start – (All) Programs – Microsoft SQL Server 2005/2008 – SQL Server Management Studio Express and logging into the SQL instance selected during the

Between 2007 and 2008, the Mozambique Ministry of Health conducted an assessment of human immunodeficiency virus drug resistance (HIVDR) using World Health Organization (WHO) methods

You can install and configure WhatsUp Gold Remote Site to use Microsoft SQL Server 2008 R2 Express Edition or an existing instance of Microsoft SQL Server 2005, Microsoft SQL Server

• If you are installing a new instance of SQL Server and you have an existing SQL Server installation, or if you are installing SQL Server in a language different from the

Open the Microsoft SQL Server Management Studio Express program (the link to install this program is included in the SQL Server 2005 Express Installation instructions above)b.

Note: If you install SQL without using this instance name, the Autodesk Vault Server installation will create its own instance of SQL Server called AutodeskVault using Microsoft