SQL Express Installation Guide
SQL Express Installation Guide
The current release of SSMS supports the following 64-bit platforms when used with the
latest available service pack:
Windows 11 (64-bit)
Windows 10 (64-bit) version 1607 (10.0.14393) or later
Windows Server 2022 (64-bit)
Windows Server 2019 (64-bit)
Windows Server 2016 (64-bit)
Supported hardware:
2. Scroll down until you find the Express edition of SQL Server 2019.
The Basic installation is the quickest, and it installs the default configuration of SQL Server
Database Engine.
The Custom installation allows you to specify the install location. It also lets you customize which
features are installed.
DataSense Analytics – SQL Masterclass
The Download Media installation lets you download the setup files for an offline installation.
You can choose the version of SQL Server Engine you want to download.
DataSense Analytics – SQL Masterclass
2. For this tutorial, we are using the Custom installation type. Click the center tile to choose this
option.
DataSense Analytics – SQL Masterclass
3. Specify the install location and click Install to start downloading the setup files.
DataSense Analytics – SQL Masterclass
Depending on your download speed, this process might take some time.
DataSense Analytics – SQL Masterclass
1. Select the New SQL Server stand-alone installation or add features to an existing
installation option to start the install process.
DataSense Analytics – SQL Masterclass
2. The following screen gives you an overview of the SQL Express Server license terms. Check
the box next to I accept the license terms and Privacy Statement and click Next to continue.
DataSense Analytics – SQL Masterclass
3. Check the box next to Use Microsoft Update to check for updates to include updates to SQL
Server 2019 in the scheduled Windows updates. Click Next to continue.
DataSense Analytics – SQL Masterclass
4. The Install Rules screen helps identify potential problems with the installation. Any entries
showing a Failed status must be resolved before you proceed with the installation. If there are
no failed entries, click Next to continue.
DataSense Analytics – SQL Masterclass
5. On the Feature Selection screen, check the boxes in the Features section to choose which
elements of SQL Server 2019 to install, and define the install directories. Click Next to continue.
DataSense Analytics – SQL Masterclass
6. The Instance Configuration screen lets you choose between the default and custom instance
names. For this tutorial, we are using the Named instance option and keeping the default
suggested names. Click Next to continue.
DataSense Analytics – SQL Masterclass
7. The following screen lets you install Java with the current installation or specify a path if you
already have it installed. Click Next to continue.
DataSense Analytics – SQL Masterclass
8. The Database Engine Configuration screen lets you specify the authentication mode for your
SQL server. For this tutorial, we are using the Mixed Mode option and adding the current user
as an administrator. Click Next to continue.
DataSense Analytics – SQL Masterclass
9. The next two screens require you to consent to installing Microsoft R Open and Python,
respectively. Click Accept and Next on both to continue.
DataSense Analytics – SQL Masterclass
10. Once the installation is complete, the new screen displays an overview of the installed
features. Click Close to finish the installation.
DataSense Analytics – SQL Masterclass
Note: Make sure to restart your computer for the changes to take effect.
1. Start by downloading the SQL Server Management Studio. Scroll down to the Download
SSMS section and use the provided link.
DataSense Analytics – SQL Masterclass
2. Open the installation file and click Install to start the setup.
6. In the login window, choose the SQL Server Authentication option and use the
default Login (sa) and the password you set up during the SQL Server 2019 setup.
If the login window closes without any issues and you have access to the SQL Server
Management Studio main window, this means the connection works properly.
8. Another way to test the connection to the server is to use the following commands in the
command prompt: