Install SQL Server 2019 Standard Edition

By:   |   Comments (4)   |   Related: > Install and Uninstall


Problem

Installing SQL Server is not overly complicated, but it is helpful to know what to expect before you walk through the installation process. This tip will show you the various screens and options that are part of the install process for SQL Server.

Solution

We'll walk through each of the steps of installing SQL Server 2019 Standard Edition on Windows Server 2019 via the GUI. If you don't have a copy of SQL Server 2019, you can find links to download the Developer Edition and other trial versions on this page.

Once you have the files downloaded, we can begin the installation process.

Install SQL Server 2019

Windows Directory

  1. To start the install, double click on setup.exe and the first screen will open
SQL Server 2019 Install Screen 1

SQL Server Installation Center

  1. Choose 'Installation' from the list on the left side to go to the next screen
SQL Server 2019 Install Screen 2

Installation

  1. Choose 'New SQL Server stand-alone installation or add features to an existing installation' from the list on the right side
SQL Server 2019 Install Screen 3

Product Key

  1. Enter SQL Server 2019 product key or use the free edition
  2. Next
SQL Server 2019 Install Screen 4

License Terms

  1. Check 'I accept the license terms...'
  2. Next
SQL Server 2019 Install Screen 5

Microsoft Update

  1. Check 'Use Microsoft Update to check for updates' if you want to automatically check, otherwise leave unchecked
  2. Next
SQL Server 2019 Install Screen 6

Install Rules

  1. If there are any issues, click on Warning to get more information.  Below the Warning provides a link to what ports need to be open if the Windows Firewall service is running on the machine that you're installing the SQL Server on
  2. Next
SQL Server 2019 Install Screen 7

Feature Selection

  1. Check off 'Database Engine Services' (you would check off any additional features you're installing here but to keep it simple for this tip we'll only be installing the database engine)
  2. Change drives from the default of C:\ otherwise you'll end up installing everything on C:\
  3. Next
SQL Server 2019 Install Screen 8

Instance Configuration

  1. Leave 'Default instance' radio button selected to install as the primary instance
  2. Next
SQL Server 2019 Install Screen 9

Server Configuration

  1. Enter Windows Active Directory service account names you want to run the services as
  2. Set SQL Server SQL Agent and SQL Server Database Engine Startup Type to Automatic to avoid the services not starting on a reboot
  3. Check on 'Grant Perform Volume Maintenance Task privilege to SQL Server Engine Service' -  Instant File Initialization (IFI) speeds up file writes by reclaiming disk space without filling that space with zeros – further information on IFI can be found here: Database Instant File Initialization, here: Check SQL Server Instant File Initialization for all Servers and here: Enable SQL Server Instant File Initialization for Time Saving
  4. Next
SQL Server 2019 Install Screen 10

Database Engine Configuration

  1. Leave the 'Windows authentication mode' radio button checked unless you're sure you need SQL Authentication logins, otherwise select 'Mixed Mode' and enter and confirm strong password for the sa login – if in doubt, changing to 'Mixed Mode' is easily done after the install - additional information on SQL Server authentication can be found here: Choose an Authentication Mode and here: How to check SQL Server Authentication Mode using T SQL and SSMS
  2. 'Add Current User' to make the current Windows account a SQL Server Administrator – Use 'Add…' to add additional logins to the sysadmin security group judiciously as anyone in this group has full rights over the SQL Server and this should not be granted without thought
  3. Click 'Data Directories' tab
SQL Server 2019 Install Screen 11

Data and Backup Directories

  1. Configure your database and backup directories – ideally these are all on separate drives
  2. Click TempDB tab
SQL Server 2019 Install Screen 12

TempDB Configuration

  1. User defined database file sizes are somewhat dependent on workload and as in previous steps we're installing this on a laptop, but we would normally want Tempdb data and log files on their own volume
  2. Verify 'Number of files' = number of CPU cores in machine up to 8
  3. Click MaxDOP tab
SQL Server 2019 Install Screen 13

MAXDOP Configuration

  1. Verify 'Maximum degree of parallelism (MaxDOP)' = number of CPU cores in machine - additional information on MaxDOP can be found here: Configure the max degree of parallelism Server Configuration Option and here: What MAXDOP setting should be used for SQL Server
  2. Click Memory tab
SQL Server 2019 Install Screen 14

Memory Configuration

  1. Select 'Recommended' radio button
  2. The machine we're installing this on only has 5,120 MB (5 GB) of memory and the general rule of thumb is to leave 4096 MB (4 GB) for the operating system – 5,120 MB – 4,096 MB = 1,024 MB so we enter 1024 in the 'Max Server Memory (MB)' box – SQL Server will try to get as much memory as it thinks it needs and setting this limit on it ensures the operating system won't starve for memory
  3. Check 'Click here to accept the recommended memory configurations for the SQL Server Database Engine' box
  4. Next
SQL Server 2019 Install Screen 15

Ready to Install

  1. Verify configuration
  2. Install
SQL Server 2019 Install Screen 16

Complete

  1. Click link to open setup log file and review for any issues
  2. Close
SQL Server 2019 Install Screen 17

Close SQL Server Installation Center

  1. Click the X to close setup screen
SQL Server 2019 Install Screen 18

Apply Latest SQL Server Cumulative Update

At this point we now have an installed and working SQL Server. However, we are only at the 'Release to Manufacturing' (RTM), or basically unpatched patch level. There have been updates since RTM that need to be installed. Previously SQL Server updates consisted of Service Packs (SP) and Cumulative Updates (CU) that had fixes since the latest Service Pack was of SQL Server 2017 there are no more Service Packs, just GDRs (security patches) and CUs applied to the RTM level SQL Server which makes patching a bit easier.

To obtain the latest CU we start here: Latest updates for Microsoft SQL Server and this brings us to the Latest updates for Microsoft SQL Server page. Scrolling down to the 'Latest updates' section we find our version then go over to 'Latest cumulative update' which is CU6 as of this writing and click on the link.

Obtain CU Screen 1

The link brings us to options for obtaining the CU. I chose the Microsoft Download Center by clicking on that link.

Obtain CU Screen 2

Which in turn brought me to the download page where you click on the Download button.

Obtain CU Screen 3

Wait for the download to complete and double click on the click on the downloaded .exe file to start the CU update.

License Terms

  1. Check off 'I accept the license terms...'
  2. Click Next
Apply CU Screen 1

Select Features

  1. Select Instance you're updating (if there are other instances of the same version of SQL Server that are below the CU level you're applying you would see those here)
  2. Click Next
Apply CU Screen 2

Check Files In Use

  1. Let 'Check Files in Use' complete
  2. Click Next
Apply CU Screen 3

Ready to Update

  1. Verify configuration
  2. Click Update
Apply CU Screen 4

Computer Restart Required

  1. If you get this box, click OK and reboot after you're done
Apply CU Screen 5

Complete

  1. Click link to open setup log file and review for any issues
  2. Close
Apply CU Screen 6
Next Steps


sql server categories

sql server webinars

subscribe to mssqltips

sql server tutorials

sql server white papers

next tip



About the author
MSSQLTips author Joe Gavin Joe Gavin is from the Greater Boston area. He started working with SQL Server and Sybase in 1998 in the financial services industry and has been a SQL Server Database Administrator for a dairy cooperative since 2011. He graduated from Northeastern University in Boston with a Bachelor of Science in Engineering Technology (BSET) degree in Computer Technology. Joe has spoken at the Boston and Providence SQL Saturday events.

This author pledges the content of this article is based on professional experience and not AI generated.

View all my tips



Comments For This Article




Friday, August 18, 2023 - 8:29:42 AM - Joe Gavin Back To Top (91496)
Geoffrey, I'm afraid I've never used MSAs but I'm sure it will work.

Wednesday, August 9, 2023 - 10:00:19 AM - Geoffrey S Ogborn Back To Top (91476)
Can you use an MSA for the service account information for SQL Server and SQL Server Agent? I have tried and it doesn't seem to work.

Tuesday, January 10, 2023 - 12:24:08 PM - Joe Gavin Back To Top (90817)
Thanks Madson. Glad it was helpful.

Tuesday, January 10, 2023 - 9:09:16 AM - Madson Obzl Back To Top (90815)
Thank you so much , I got a SQL 2019 Standard key from Keyingo.com, and then follow your steps to install the SQL 2019, it is working good without any problem














get free sql tips
agree to terms