0% found this document useful (0 votes)
50 views25 pages

Installing SQLServerExpress 2019

This document provides detailed installation instructions for SQL Server 2019 Express, including prerequisites, installation steps, and considerations for using SQL Server Express with Passwordstate. It emphasizes the need for internet access during installation, the importance of configuring server settings, and managing memory size. Additionally, it outlines the installation of SQL Server Management Tools and key configurations for optimal performance.

Uploaded by

dayen55024
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views25 pages

Installing SQLServerExpress 2019

This document provides detailed installation instructions for SQL Server 2019 Express, including prerequisites, installation steps, and considerations for using SQL Server Express with Passwordstate. It emphasizes the need for internet access during installation, the importance of configuring server settings, and managing memory size. Additionally, it outlines the installation of SQL Server Management Tools and key configurations for optimal performance.

Uploaded by

dayen55024
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

SQL Server 2019 Express

Installation Instructions

This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or
otherwise disclosed, without prior consent in writing from Click Studios.
Click Studios

Table of Contents
1 SQL SERVER 2019 EXPRESS INSTALL ....................................................................................... 3
2 SQL SERVER EXPRESS CONSIDERATIONS .............................................................................. 23
3 SQL SERVER MEMORY SIZE MANAGEMENT ......................................................................... 25
Click Studios

1 SQL Server 2019 Express Install


• Ensure the server you intend to install SQL Express 2019 has access to the internet. Part of this
installation process requires SQL to download some source files automatically. If you don’t have
internet access, you can run this same installer on another machine that does, but choose the
“Download Media” link in the first screenshot below. You can then transfer the full source files to
your database server and perform the install manually.
• If you haven’t done so already, please download SQL Server 2019 express installer from the
following link - https://www.microsoft.com/en-us/sql-server/sql-server-downloads

Installation Instructions
• Run the SQLServer2019-SSEI-Expr.exe
• At the ‘Installation type’ screen, select ‘Custom’
Click Studios

• Choose a location where the SQL 2019 Source files will download to, and click Install:
Click Studios

• The installer will now download the necessary source files:


Click Studios

• At the Installation Screen, select the “New SQL Server stand-alone installation or add features to an
existing installation”
Click Studios

• At the Microsoft Update screen, select automatic updates if you require and click Next
Click Studios

• Accept the terms of the licensing and click Next


Click Studios

• At the ‘Feature Selection’ screen, accept the default checked options then click on the ‘Next’ button
Click Studios

• At the ‘Instance Configuration’ screen, accept the default SQLExpress instance and click on the ‘Next’
button
Click Studios

• Leave the defaults for the Java Install Location screen, and click Next
Click Studios

• At the ‘Server Configuration’ screen, accept the default settings and click on the ‘Next’ button
Click Studios

• At the ‘Database Engine Configuration’ screen, check ‘Mixed Mode’ authentication, specify a strong
password for the ‘sa’ account. The ‘Server Administrator’ account is a local SQL account with full
permissions to administer your databases and settings within SQL. Your own Active Directory account
will also be added in here with full permissions, and if desired you can add more Active Directory
accounts on this screen. You should now click on the ‘Next’ button
Click Studios

• Click Accept to install Microsoft R Open and then click Next


Click Studios

• Click Accept to install Python, and click Next


Click Studios

• SQL Express will now begin installing


Click Studios

• SQL Server Express is now installed and you can Close to complete the install
Click Studios

Installing the SQL Server Management Tools


• On the Installation screen run the Install SQL Server Management Studio Tools (If you need to launch
the installer again, you can run setup.exe from C:\SQLServer2019Media\ExpressAdv_ENU – or
wherever you specified to download the source files to earlier in this guide)
Click Studios

• A web page will launch, and you’ll need to click the following download link (Name may change slightly
compared to the below screenshot) and run the SSMS-Setup-ENU.exe file that is downloaded
Click Studios

• Click the Install button


Click Studios

• The SQL Management Studio Tools will now begin installing


Click Studios

• Click Restart to finish the install if required, otherwise the installation is complete
Click Studios

2 SQL Server Express Considerations


If you intend to use SQL Server Express to host your Passwordstate database, please consider the following
before installing Passwordstate:

1. If you're using SQL Server Express on a different server to where you installed Passwordstate, please
ensure the TCP/IP Protocol is enabled (use SQL Server Configuration Manager -> SQL Server Network
Configuration), and also the Windows Service 'SQL Server Browser' is set to 'Automatic' Startup Type
and has been started. You will need to restart SQL Server Express after changing these settings

2. By default, SQL Server Express installs with an ‘instance’ name of SQLExpress. When you’re configuring
Passwordstate for first time use, specifically the ‘Database Settings’ page, please ensure you have
specified the name of the instance correctly i.e. HostName\SQLExpress
3. If you intend to also install the High Availability instance of Passwordstate, SQL Server Express can only
be used as the Subscriber for data replication, not the Publisher or Distribution database.
Click Studios

4. By default, SQL Express configures the TCP/IP Protocol to communicate on a dynamic port. If you have
a firewall enabled on your database server, you may need to set a static port in the TCP/IP properties
which will match your firewall rule. Restart the service again after configuring the option in the
screenshot below:
Click Studios

3 SQL Server Memory Size Management


By default, SQL Server is configured to consume all available memory. If you have SQL Server installed on
the same machine as where Passwordstate is installed, it’s recommended you cap the amount of memory
SQL Server uses, as we generally recommend keeping up to 2GB of memory free at all times.
Below is a screenshot of the ‘Properties’ of your SQL Server, where you can modify the memory settings.
The SQL Server Windows Services should be restarted after making any changes here.

You might also like