To start the installation of Microsoft SQL Server 2019 on the server, we need to follow below steps:
Step 1: Download SQL Server 2019
To start the installation of SQL Server 2019, we need to download the installation media from the Microsoft website and consider the below points to avoid any confusion or issue:-
a) Should have confirmation on the Version and edition of the MS SQL server.
b) What are the features we need to install on the server like SSIS, SSRS, PolyBase, DQC, etc.
c) Service account should be available with a strong password & Password Never Expire feature. This account should have administrator privileges on the server.
d) Separate drives with a good amount of free space should be available on the server.
e) The server should meet hardware and software prerequisites.
f) Never store SQL binaries on the C drive.
Step 2: Run the SQL Server setup wizard
After downloading the installation media of SQL Server 2019, we need to locate the . ISO file. Right-click on the ISO file & select Mount to extract and mount the folder with a new drive. When we explore the folder, we'll get a setup.exe file that we need to use. Right-click on the setup.exe & select Run as Administrator.
Step 3: Specify the installation typeNow we need to specify whether we want to install a fresh new instance or we need to add new features to the existing instance or upgrade the existing SQL instance.
If we are planning to install SQL Server on a newly built server, choose "New SQL Server stand-alone installation" or "add features to an existing installation". In case of upgrading an existing SQL instance, choose the appropriate upgrade option.
Step 4: Accept the license terms
Now in the next step, we need to accept the license terms & conditions for SQL Server 2019. Then click on the Next button to proceed further.
Step 5: Select the features to install
Now we need to select features as per our/organization's requirements like SSIS, SSRS, and SSAS.
The installer automatically installs the Database Engine Services as well as a few necessary components. We can add other features based on our requirements during the installation. After selecting all required features, just click on the Next button to proceed further.
No comments:
Post a Comment