installation of sql server 2008 r2

Upload: ganesanrun

Post on 04-Apr-2018

234 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    1/17

    Installation of SQL SERVER 2008 R2:

    Source File Name: SQLEXPRWT_x64_ENU.exe

    1. Double click on SQLEXPRWT_x64_ENU.exe

    2. You will get the below installation window screen

    3. Click on New installation or add feature to an existing installation since we

    are going to install the sql for first time. You will get the below scree.

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    2/17

    4. Tick on the I accept the license terms in the EULA screen and select next

    5. Make sure under features all options are selected. Click on next.

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    3/17

    6. Kindly change the Startup type of SQL Server Browser from disabled to

    Automatic. Click on Next.

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    4/17

    7. Make sure that the windows authentication mode is selected under windows

    authentication and under the required domain credential appears under

    specify SQL Server Administrators. (Eg. Here the windows authentication

    credentials is APF-VDI-VCENTER\Administrator). Click on Next.

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    5/17

    8. Click on Next.

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    6/17

    9. Installation will continue.

    10.After the installation is complete you will get the below screen. Click on close

    to end the installation.

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    7/17

    11.After SQL Server 2008 installation is over. Go to Start Menu All Programs

    Microsoft SQL Server 2008 R2 Configuration Tools SQL Server

    Configuration Manager. Open SQL Server Configuration Manager

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    8/17

    12.Go to SQL Server Network Configuration under SQL Server Configuration

    Manager (Local).

    Kindly enable the Protocol Names such as Named Pipes and TCP/IP since by

    default these protocol names will be disabled.

    13.After enabling the above mentioned protocol names go to SQL Server

    Services and restart the services named SQL Server Browser and SQL

    Server SQLEXPRESS. Kindly note that these two services will be running

    already before you restart. The reason behind restarting these two services is

    to apply the changes in the above mentioned protocol name.

    14.Now you should be able to connect to your SQL Server database.

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    9/17

    15.Create a new database under database. Right Click on database and selectnew database.

    16.Kindly provide the name for the new database and set the owner as domain

    credential that was provided under specify SQL Server Administrators while

    installing SQL Server. Here we provided the database name as VCenterServer and Owner as APF-VDI-VCENTER\Administrator. Click OK to add the

    database under database

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    10/17

    17.Now the database is created.

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    11/17

    Creating 32-bit DSN to the vCenter database

    When you create a DSN on an out-of-the-box Windows Server 2008 R2system, the DSN is created as a 64-bit object, whereas the vCenter installer

    will only be looking for 32-bit DSNs. In order to create a 32-bit DSN on your

    64-bit Windows Server 2008 R2 server, you need to download and install the

    SQL Server Native Client on your server and use the new clients utilities to

    create the DSN. Although youre installing the 64-bit package, this is only

    because youre installing the tool to a 64-bit operating system; the package

    includes a method to create 32-bit DSNs. Once you download the package,

    install it.

    Next, go to Start and, in the Search box, type odbcad32. Select the

    odbcad32 option under the Programs heading to run this utility.

    This is a 32-bit version of the ODBC Data Source Administrator utility; in this

    utility, create a System DSN that points to your vCenter database. To do so,follow these steps:

    1. Select the System DSN tab.

    2. Click the Add button.

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    12/17

    3. On the first page of the Create New Data Source wizard, choose SQL

    Native Client. Click

    on finish

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    13/17

    4. When prompted, provide a name and description of the new System

    DSN and indicate

    on which SQL Server the vCenter database resides. Click on Next.

    5. Click on Next. For my example, Ive used windows authentication. On

    the authentication

    page, choose the authentication method most appropriate for your

    use. Here I have

    enabled the option With Integrated Windows authentication and

    also selected the

    option Connect to SQL Server to obtain default settings for the

    additional configuration

    options. Click on Next.

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    14/17

    6. Enable the option Change the default database to the database that you

    have already

    Created. Click on next.

    7. Click on Finish.

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    15/17

    8. The below window will open

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    16/17

    9. Click on Test Data Source to check if DSN is working fine. If the

    connectivity is fine then you

    Will get the test result as successful (as shown below)

    10. Finally you have configured the 32 bit DSN.

  • 7/29/2019 Installation of SQL SERVER 2008 R2

    17/17