SQL Server Setup
The .Net 4.8 framework and C++ Redistributables MUST be installed on the server machine prior to SQL installation. See
Prerequisites for further details.
SQL Server Express
The instructions below are provided to assist smaller organisations to install SQL Express 2022. If further support or assistance is required from Argos, that may be billable.
The latest version of
SQL Server Express can be freely downloaded from the web at. SQL Server Express has limitations on both the size of the database, and the memory capacity.
You will be required to have a Microsoft account to download SQL express.
SQL Server
Where SQL Server installations are required, it is assumed that the IT provider will have sufficient knowledge of SQL server to install and maintain the server, therefore any assistance or support may be billable.
Note: The section ‘configuring the server surface area’ may be useful as a guideline for the server settings required by the Argos application.
Allow Remote Connections
This step is required if you are connecting to the SQL Server over the network.
1. Start | Programs | Microsoft SQL Server 2014 | Configuration Tools | SQL Server Configuration Manager
2. Open the SQL Server Network Configuration (selecting the appropriate 32/64 bit) and select Client Protocols / Protocols.
3. Right Click on TCP/IP and select ‘Enable’
4. The below message will appear:
Click [OK]
Automatic Service Start
This step ensures the SQL Server runs as a service each time the machine boots up.
1. Next click on the SQL Server Services menu item:
2. Double click on the SQL Server Browser to produce the following dialog:
3. Switch to the ‘Service’ tab
4. Select the Start Mode, and change this to Automatic
Click [Apply]
The completed dialog will now appear as below:
You should now restart the SQL Server or Reboot the machine.
The server is now setup to allow remote connections via TCP/IP and will appear in the list of available servers on the network.