Faculty of Information System – UEL
INSTALLATION GUIDE SQL SERVER
- SQL Server has many different versions, you can learn more about the
differences between the versions. In this article, we will guide to install SQL
Developer version because it is free version and has SSAS support.
- The current version of SQL Server is VS 2022.
1 Download SQL Server
SQL Server Developer: https://www.microsoft.com/en-us/sql-server/sql-server-
downloads
Click “Download now” below “Developer” to download.
2 Install SQL Server
Open the downloaded file.
Upon successful launch, you will see a window with three items for you to choose from:
- Basic: This is the simplest option, the software will automatically configure the
basic settings for you.
- Custom: For those of you with more in-depth needs, select that item to be able
to configure it manually, choosing exactly the services you need.
1
Faculty of Information System – UEL
- Download Media: This section will help you download an offline installation
file for the purpose of installing many different devices without re-downloading.
Within the scope of this tutorial, I will choose “Basic” and will customize the
configuration after installation is complete, you choose “Basic” and continue next until
it completes.
The next steps will select the path to save the software. For starters, you don't need to
edit anything, click “Install”
2
Faculty of Information System – UEL
The installation process will take a few minutes.
When completed, the screen below will appear. Click “Customize” to select the
required services.
e
The system will check the necessary requirements before proceeding with the
installation. Usually “Windows Firewall” will have “Warning” status. However, this
is okay.
3
Faculty of Information System – UEL
Continue to click “Next” until the “Edition” section, select “Developer” to use the
free version for developers.
From SQL Server 2022 version we have an Azure Extension for SQL Server item, in
this article we will not use SQL Azure mode.
4
Faculty of Information System – UEL
Continue to click “Next” until the “Features Selection” section, now you choose the
necessary services.
- Database Engine Services: Create a SQL Server instance.
- SQL Server Replication: Add SQL Server Replication service
- Analysis Services: Create an Analysis Services instance. If you want to deploy
“Cube” when working with SSAS. This instance must be selected.
With other services, you can learn and choose.
Click “Next” to go to the “Feature Configuration Rules” section, in this section, you
can name the Instance, you can put your name (no accents, no spaces, no special
characters).
For Example: “HTTT”
If we do not want to change the name, we can still use the default name created by the
system. (Click to “Default instance”)
5
Faculty of Information System – UEL
Click “Next”
6
Faculty of Information System – UEL
Continue to click “Next” until the “Database Engine Configuration” section. This is
an extremely important item, you need to do the following:
- Click “Mixed Mode”: This is a combined mode of both SQL Authentication
and Windows Authentication, roughly understood as a method to log in to SQL
Server
- After selecting “Mixed Mode”, enter your password, this is the root password
for your super admin account with full permission. This account has user “sa”.
- Click “Add Current User
- Click “Next”
Then, click “Install”. This process will take a few minutes.
7
Faculty of Information System – UEL
INSTALLATION GUIDE SQL SERVER MANAGEMENT
STUDIO (SSMS)
- SQL Server and SQL Server Management Studio are different. Install SQL
Server for the purpose of creating an Instance Server for our computer. And SQL
Server Management Studio will be the manager, helping us to manage SQL
Server instance.
3 Download SQL Server Management Studio
SSMS: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-
studio-ssms
Click “Free Download for SQL Server Management Studio (SSMS) 19.0.1”. The
current version is 19.0.1. When you install it may be a different version, that's okay.
4 Install SSMS
Open the downloaded file.
8
Faculty of Information System – UEL
After the installation is complete, the screen will look like this, assuming you have
completed the installation, now comes the test.
9
Faculty of Information System – UEL
5 Check
After the installation is complete, you can go to “Start”, type “Microsoft SQL Server
Management Studio” and launch it.
After launching, the screen will appear as follows, in the “Authentication” section
select “SQL Server Authentication”, in “Login” enter “sa” and “Password” enter
the password you created during the installation process, then click “Connect”.
If the login is successful, the installation was successful.
10