Install and Configure MS SQL with SQL Server Management Studio

Share on print
Share on facebook
Share on linkedin
Share on whatsapp
Share on email

This article provides the instructions to install and configure the Microsoft SQL database service with SQL Management Studio for Appspace on-prem.

Prerequisite

Important
  • Links to the installation instructions on the provider’s website are provided.
  • Please ensure you take note of and complete the specific configuration required for each application, described in each step below.
  • Please right-click each installer file and select Run as Administrator to install.

Install and Configure Microsoft SQL Server

  1. Install Microsoft SQL Server 2019 on your server, as outlined in the Install SQL Server from the Installation Wizard (Setup) guide here: https://docs.microsoft.com/en-us/sql/database-engine/install-windows/install-sql-server-from-the-installation-wizard-setup?view=sql-server-ver15
  2. Ensure the following configuration settings are made:
    • In the Setup Role window, select the All Features With Defaults option.
    • In the Feature Selection window, keep all features that are selected by default.
    • In the Database Configuration window, select the Mixed Mode option. Ensure that at least one user has been assigned administrative permissions for Analysis Services.
  3. Proceed to configure the SQL Management Studio by following the instruction in the next section below.

Configure SQL Management Studio

Warning
Ensure the SQL root password created during installation has been granted System Administrator privileges in Windows before proceeding.

Follow the instructions below to configure SQL Server Management Studio:

  1. Launch the SQL Server Management Studio from the desktop.
  2. In the Connect to Server window, select Database Engine from the Server type drop-down menu, and Windows Authentication from the Authentication drop-down menu.
    Note
    Take note of the server name value, as it shall be used at a later point.
  3. Click Connect to connect to the MS SQL server.
  4. Once connected, in the Object Explorer pane, right-click the Security > Logins folder, and select New Login.
  5. In the Login Properties window, click General in the Select a page pane, and enter in root as the Login name.
  6. Select the SQL Server authentication option, and enter in a new password.
    Warning
    SQL passwords should NOT contain shell metacharacters such as ! # ’ ” ` & ; or spaces.
  7. Ensure the Enforce password policy, and Enforce password expiration options are unchecked, and click OK once done.
  8. Proceed to click Server Roles in the Select a page pane, and check the sysadmin checkbox to give the root user System Administrator privileges. Click Ok once done.
  9. Back in the Object Explorer pane, right-click the MS SQL server instance, and select Properties.
  10. In the Server Properties window, select Connections in the Select a page pane, and check the quoted identifier checkbox in the Default connection options section. Click Ok once done.
  11. Proceed to click Security in the Select a page pane, and select the SQL Server and Windows Authentication mode option in the Server authentication section. Click Ok once done.

Next Steps: Proceed back to the Configure Folder Permissions section in the Appspace On-prem installation article.

Related Articles