Exforsys

SQL Server 2005 Training

  1. SQL Server 2005 - Configuring Replication
  2. SQL Server 2005 Replication Enhancements
  3. SQL Server 2005 - Mirror Server
  4. SQL Server 2005 - Introduction to Data Availability
  5. SQL Server 2005 - Backing up a Database
  6. SQL Server 2005 - Using Database Snapshots
  7. SQL Server 2005 - Disaster Recovery
  8. SQL Server 2005 - Managing Certificates
  9. SQL Server 2005 - Managing Permissions
  10. Managing SQL Server 2005 Security
  11. SQL Server 2005 - Using the Database Tuning Advisor
  12. SQL Server 2005 - Tuning a Database
  13. Maintain indexes in a SQL Server 2005 database
  14. SQL Server 2005 - Defining Indexes
  15. SQL Server 2005 - Database Backup
  16. SQL Server 2005 - Populating the Database
  17. SQL Server 2005 Configuration Manager
  18. SQL Server 2005 - Using the Sqlcmd Utility
  19. Using the SQL Management Objects
  20. Using SQL Sever Management Studio - Part 2
  21. Using SQL Sever Management Studio - Part 1
  22. SQL Server 2005 - Using Event Notifications
  23. SQL Server 2005 - Using DDL Triggers
  24. SQL Server Monitoring Tools - Server Profiler
  25. SQL Server 2005 - Testing Troubleshooting
  26. SQL Server 2005 - Upgrading from earlier versions of SQL Server
  27. SQL Server 2005 Installation - Maintenance Plan Without Using Wizard
  28. SQL Server 2005 - Unattended Installations
  29. SQL Server 2005 Installation - Maintenance Plan Using Wizard
  30. Installing a Second Copy of SQL Server 2005
  31. Planning to Install SQL Server 2005
  32. SQL Server 2005 Installation
  33. SQL server 2005 Editions
  34. SQL Server 2005 Architecture Overview
  35. SQL Server 2005 - Management studio interface Summary Page
  36. SQL Server 2005 - Server Groups
  37. SQL Server 2005 - Registered Servers
  38. SQL Server 2005 Administrative Tools
  39. Developing Client applications in SQL Server 2005
  40. SQL Server Management Objects
  41. NET CLR in SQL Server 2005
  42. Native HTTP Support in SQL Server 2005
  43. XML Data Types in SQL Server 2005
  44. Using XML in SQL Server 2005
  45. Using Notification Services in SQL Server 2005
  46. SQL Server 2005 - Service Broker
  47. Data Manipulation Language (DML) in SQL Server 2005
  48. T-SQL Enhancements in SQL Server 2005
  49. Security Features in SQL Server 2005 for the Developer
  50. SQL Server Architecture and Components
  51. SQL Server 2005 Management Studio
  52. Overview of SQL Server 2005 for the Database Developer
  53. Getting started with SQL Server 2005

Ads


Home arrow Technical Training arrow SQL Server 2005 Training

Installing a Second Copy of SQL Server 2005

Author : Exforsys Inc.     Published on: 29th Nov 2005    |   Last Updated on: 18th Feb 2011

Installing a Second Copy of SQL Server 2005

Multiple instances of SQL Server are supported by SQL Server 2005. Previous versions of SQL Servers can also be upgraded to SQL Server 2005. In this section we shall see how to install a second copy of SQL Server 2005. A little later in this tutorial we shall examine how existing versions of SQL Server can be upgraded.

Ads

If a version of SQL Server already exists on the computer, the second copy will be installed as a named instance.

Insert the DVD into the drive and the Installation wizard will guide you through the installation.

The first screen that pops up is the End user license agreement. Once the user accepts the license, the system check begins.

Microsoft SQL Server now checks whether the system has the software components required to run SQL Server. Since this is the second instance, all the required files are available and the wizard proceeds to install only the setup support files.

The Next step is the System configuration check. This step is used to examine the computer for potential configuration problems.

If configuration check reveals problems the setup is rolled back. Else the user is allowed to proceed with the installation. When the configuration check is successful, the first screen of the server installation wizard appears. The user has to click next to proceed.

The registration information has to be entered. The Name field is compulsory.

The next screen requires the user to enter the components that he wishes to install. The components selected are to be checked and the user has to click Next to install them.

The next screen displays the features selected by the user for installation and the drive space required by each of the components selected. The user has to confirm that he wishes to install the components and that he has the requisite drive space by clicking Next.

Since a default instance already exits in the system a named instance is being installed. Select Named instance and assign a name to it. Here we have named it Exforsys. If you want to see the other instances installed on the system click on Installed instances or click Next.

In the system on which the second instance is being installed, Analysis Services and SQL Server have been already installed.

If the SQL server is being upgraded from an earlier version or a side by side installation is being done, the user is required to specify whether he wants to upgrade the existing versions or let them remain as they are.

The next screen displays the installed components and upgrade options. The user is informed that for maintaining the product he must access Add/Remove programs.

The next step is the specification of the service accounts to log in. The user can select the built in system or user domain account.

The next screen asks the user select the Authentication mode. He can select the Windows Authentication mode or the mixed mode for this installation.

The wizard now asks the user specify the collation settings. A number of collation options are available. The collation designator and sort order and SQL collations have to be indicated.

The user can now specify the error and usage report settings. He can choose to send the reports to Microsoft or not.

Now that all the settings have been specified, SQL Server is ready to install the components selected. The user is informed that all the selected components will be installed and changes to any of the components as specified will be carried out.

The next screen displays a progress bar while the Setup wizard migrates the Windows Installer properties to Bootstrap.

The required components are then configured and requested changes are carried out.



The next screen displays the progress on the setup of each of the items selected. An arrow indicates that the configuration of components is underway and a tick mark indicates the completion of the setup.

Ads

The next screen displays a summary log. If an upgradation from an earlier version has been undertaken the user is informed that all the cubes in Analysis services will have to be reprocessed. The reporting services will require further configurations depending on the options specified at installation and so on…Click Finish to complete the installation.

Now login to the named instance Exforsys and browse the servers installed to select the sever you need to log in to!

In this lesson we have explored side by side installations of SQL Server. In the sections that follow we shall examine how to upgrade from earlier versions of the server.



 
This tutorial is part of a SQL Server 2005 Training tutorial series. Read it from the beginning and learn yourself.

SQL Server 2005 Training

  1. SQL Server 2005 - Configuring Replication
  2. SQL Server 2005 Replication Enhancements
  3. SQL Server 2005 - Mirror Server
  4. SQL Server 2005 - Introduction to Data Availability
  5. SQL Server 2005 - Backing up a Database
  6. SQL Server 2005 - Using Database Snapshots
  7. SQL Server 2005 - Disaster Recovery
  8. SQL Server 2005 - Managing Certificates
  9. SQL Server 2005 - Managing Permissions
  10. Managing SQL Server 2005 Security
  11. SQL Server 2005 - Using the Database Tuning Advisor
  12. SQL Server 2005 - Tuning a Database
  13. Maintain indexes in a SQL Server 2005 database
  14. SQL Server 2005 - Defining Indexes
  15. SQL Server 2005 - Database Backup
  16. SQL Server 2005 - Populating the Database
  17. SQL Server 2005 Configuration Manager
  18. SQL Server 2005 - Using the Sqlcmd Utility
  19. Using the SQL Management Objects
  20. Using SQL Sever Management Studio - Part 2
  21. Using SQL Sever Management Studio - Part 1
  22. SQL Server 2005 - Using Event Notifications
  23. SQL Server 2005 - Using DDL Triggers
  24. SQL Server Monitoring Tools - Server Profiler
  25. SQL Server 2005 - Testing Troubleshooting
  26. SQL Server 2005 - Upgrading from earlier versions of SQL Server
  27. SQL Server 2005 Installation - Maintenance Plan Without Using Wizard
  28. SQL Server 2005 - Unattended Installations
  29. SQL Server 2005 Installation - Maintenance Plan Using Wizard
  30. Installing a Second Copy of SQL Server 2005
  31. Planning to Install SQL Server 2005
  32. SQL Server 2005 Installation
  33. SQL server 2005 Editions
  34. SQL Server 2005 Architecture Overview
  35. SQL Server 2005 - Management studio interface Summary Page
  36. SQL Server 2005 - Server Groups
  37. SQL Server 2005 - Registered Servers
  38. SQL Server 2005 Administrative Tools
  39. Developing Client applications in SQL Server 2005
  40. SQL Server Management Objects
  41. NET CLR in SQL Server 2005
  42. Native HTTP Support in SQL Server 2005
  43. XML Data Types in SQL Server 2005
  44. Using XML in SQL Server 2005
  45. Using Notification Services in SQL Server 2005
  46. SQL Server 2005 - Service Broker
  47. Data Manipulation Language (DML) in SQL Server 2005
  48. T-SQL Enhancements in SQL Server 2005
  49. Security Features in SQL Server 2005 for the Developer
  50. SQL Server Architecture and Components
  51. SQL Server 2005 Management Studio
  52. Overview of SQL Server 2005 for the Database Developer
  53. Getting started with SQL Server 2005
 

Comments