Installing SQL Server 2019 Express
Download the SQL Server 2019 Express
installer by clicking this
link. The installer will automatically begin to download. (The
installer file is approximately 280 megabytes and may take a few moments
to download).
Follow the steps in your web browser
to open the installation file. If prompted, allow the application
to run:
- Click Custom from the installation
type scree.
- Specify the SQL Server media download target location (C:\SQL2019
is the default and fine to proceed with) and let the process run through
downloading the media:
SQL Installation type screen
- Click New SQL Server stand-alone installation or add features
to an existing installation:
Proceed through, accepting the license
terms and selecting to perform a new installation of SQL Server 2019
if prompted...
- Click Next once the SQL
installer has completed the Install Riles and checks. The SQL installer
will check for product updates and automatically download any additional
files needed.
- Verify the Instance Features and Shared Features options are selected
(Database Engine Services, SQL Server Replication & Client Connectivity
SDL) as per the screenshot below as a minimum and click Next.
- Select Named Instance and enter a name. We recommend the Instance
ID is set to IRISPRACTICE
for clarity when referring to our other guidance and then click Next.
- Leave the default settings on the Server Configuration screen and
click Next.
Select the option for Mixed
Mode (SQL Server
authentication and Windows authentication). Enter a password
for your database instance and Confirm
password. Please, write down your password and keep it somewhere important.
Then, click Next.
SQL Server 2019 will now be installed.
- If you are notified that a computer restart is required, click
OK.
- SQL Server 2019 is now installed. Click Close
on the Completion screen.
- Go back to the SQL Server Installation Center and select the options
to Install SQL Server Management
Tools or go to:
https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15
- Download the file and click to run it
on your PC.
- When prompted, click Install.
Once finished it displayed a Setup Completed message. SQL and SSMS are
now successfully installed.