Set Up - SQL
Set Up - SQL
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
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”
7
Faculty of Information System – UEL
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
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”.
10