Microsoft SQL Server Usage Guide

This section describes the procedure to make Microsoft SQL Server available after creating a virtual server from an image equipped with Microsoft SQL Server.

Before you begin

Use an image equipped with Microsoft SQL Server to create a virtual server.

About this task

Complete setup of Microsoft SQL Server using the procedure below.

Tip: The screenshots used in the following procedure are of Microsoft SQL Server 2014.

Procedure

  1. Confirm that the virtual server has started, and then log on to the virtual server as the default user "k5user."
    Note:
    • After logging on to the virtual server, do not stop or release the virtual server until the following setup procedure has been completed.
    • If the Program Compatibility Assistant window is displayed, click the [Run program] button.
  2. Installation of Microsoft SQL Server is performed automatically as shown below.


  3. When installation is completed, the password file for the Microsoft SQL Server administration account is created on the desktop.
    Tip: The Microsoft SQL Server administration account name is "SQLServerAdmin".


  4. To use the "SQLServerAdmin" account to connect to Integration Services, change the account type to [Administrator].


    Tip:

    To use the "SQLServerAdmin" account as is without changing to an Administrator account, add "SQLServerAdmin" to the remote desktop users by following the procedure below.

    1. From the Start menu, click Control Panel > System and Security > System > Remote settings.



    2. In the [Remote Desktop] dialog box, click the Select Users button.



    3. In the [Remote Desktop Users] dialog box, click the Add button.



    4. In the [Select Users] dialog box, enter "SQLServerAdmin" in the Enter the object names to select field and click the Check Names button.



    5. Click the OK button.
    6. In the [Remote Desktop Users] dialog box, confirm that "SQLServerAdmin" has been added.



  5. Restart the virtual server.
  6. When the server starts up, log on to Windows as "SQLServerAdmin."

    When the logon is completed, the dialog box to prompt a password change appears. Follow the on-screen instructions to change the password.



  7. Select Apps > SQL Server Management Studio.
    Tip:
    1. When you select SQL Server Management Studio, right-click it and then click Run as administrator.
    2. In User Account Control, enter the password for k5user.
  8. Confirm that a connection can be established with the "SQLServerAdmin" account.




    This completes the setup procedure.

    Tip:
    Table 1. List of Execution Accounts for SQL Server 2008 Related Services
    Service Account Name
    SQL Server Agent NT AUTHORITY\NETWORK SERVICE
    SQL Server Database Engine NT AUTHORITY\NETWORK SERVICE
    SQL Server Analysis Services NT AUTHORITY\NETWORK SERVICE
    SQL Server Reporting Services NT AUTHORITY\NETWORK SERVICE
    SQL Server Integration Services NT AUTHORITY\NETWORK SERVICE
    Table 2. List of Execution Accounts for SQL Server 2014 Related Services
    Service Account Name
    SQL Server Agent NT Service\SQLSERVERAGENT
    SQL Server Database Engine NT Service\MSSQLSERVER
    SQL Server Analysis Services NT Service\MSSQLServerOLAPService
    SQL Server Reporting Services NT Service\ReportServer
    SQL Server Integration Services NT Service\MsDtsServer120
    SQL Server Distributed Replay Client NT Service\SQL Server Distributed Replay Client
    SQL Server Distributed Replay Controller NT Service\SQL Server Distributed Replay Controller