Domino Automation - How to manually create an SQL Instance named "DASQL"
Safety Note
This document applies to:
- The Domino Printing group
- The end user of the Domino Automation or Domino Designer software
- The IT department of Domino's customers
Description
✍️ NOTE |
- This document aims to present the Microsoft SQL Server instance as well as the manual creation of an instance (SQL Express or SQL Standard).
- Case scenario, instance name: DASQL
|
 |
Step 1
Download SQL Express
By default, Domino Automation 300 uses an SQL Express 2022 database.
- Download Microsoft SQL Express 2022 - Click Here
✍️ NOTE |
If the IT department wishes to use the STANDARD or FULL version with a paid license, they commit to creating an instance manually by following the attached procedure |
Step 2
Create Manual Instance
- Extract the SQL setup files to the directory C:\temp

- Run the setup as administrator.
- Choose a directory where you extract all SQL files:

- Select "New installation stand-alone installation or add features":

- Read and accept license terms and click on “Next”:

- Uncheck “Include SQL server” and go on the next menu:

- Check if any warning or error messages are displayed:

This can be a good hint in case of unexpected behaviour. For example if the IT department recently installed Windows update, sometimes you just need to restart the server beforehand.
- Warnings can be ignored, simply click on next button:

- Uncheck “Azure extension for SQL Server” and click “Next”:

- The "Feature Selection" page appears:

- By default: C:\Program Files\Microsoft SQL Server
- You can change (if needed) the installation path of the SQL instance via the "..." button.
-
Click "Next" after choosing the appropriate path.
The menu for changing the instance name appears
-
Check "Named instance" and enter the instance name: DASQL

-
Click "Next" to configure the server settings, specifically the following services:

-
For both services: "SQL Server Database Engine" and "SQL Server Browser," choose the startup type as automatic and then click "Next."
-
The following menu appears: "Database Engine Configuration":

-
In "Specify SQL Server administrator," it is necessary to add another account to administer the database, for example, the domain administrator account via "Add…":


This will have the effect of adding the domain administrator as an admin of the SQL instance.
-
Click on "Next."
-
Wait several minutes for the installation to complete:

-
Once the installation is complete:

-
Click on "Close" to exit the installation setup. You now need to enable communication protocols in "SQL Server Configuration Manager."
-
(All Programs -> Microsoft SQL Server -> Configuration Tools -> SQL Server Configuration Manager)

-
The following window appears:

-
You now need to stop the service "SQL Server (INSTANCE_NAME)," for this, right-click and choose "Stop."
-
INSTANCE_NAME = DASQL

-
Go to the menu "Protocols for INSTANCE_NAME" under "SQL Server Network Configuration":

-
You need to enable:
-
Named Pipes
-
TCP/IP
-
(Right-click, "Enable" on both protocols)
-
Confirm the warning messages:

-
Result:

-
Restart the SQL Server instance service:

-
The installation and configuration of the database instance are now complete.