Lab 1 Muhammad Abdullah (1823-2021)
Lab 1 Muhammad Abdullah (1823-2021)
LAB 01
Introduction to DBMS
What is a database?
A database is an organized collection of data.
What is a Server?
A server is a computer that serves information to other computers. These other computers are called clients
connected through a local area network (LAN) or a wide area network (WAN), such as the Internet.
What is a Record?
A complete set of information. Records are composed of fields.
What is a field?
A space allocated for a particular item or information. A collection of fields is called a record.
What is SQL?
SQL stands for Structured Query Language. SQL lets you access and manipulate databases.
Navigate to the directory/folder where you downloaded the application then double-click it to start the
installation process.
After you have chosen the custom installation, click on “Install“. Allow the application to download and
install packages.
You have the “Basic“, “Custom” and “Download Medium” installation types. I recommend you choose
“Custom” to tweak your installation of SQL Server 2019 Developer Edition on Windows Server 2019.
Specify a directory where SQL Server will store files downloaded for installation
Be patient as the download begins, it may take some time
This step gives you the opportunity to choose authentication mechanisms you will use, setting a password
for the administrator account and choosing other admin accounts.
I prefer mixed-mode authentication where a user can either be from a domain or added manually in the
SQL instance. Choose the one that suits you best, enter the password and any other setting that you would
wish to configure.
If you are keen, you will notice that there are other Tabs on this page. They are “Data Directories” where
you can specify where you would wish your logs to reside, where your root directory will be, where you
would wish to place your backup directory and database directory.
If you have different partitions in your server, you can place these directories in a smart way. Other tabs
include “Memory“, “TempDB“, “MaxDOP“, and “FILESTREAM“. Look into them and set your
customized settings therein.
Click on “Next” when you are done. Do not forget to add an admin user.
This step gives a summary of what we have been doing so far. The packages we have chosen to install,
the settings we have configured and many more. Look at the list carefully. After you are satisfied with the
summary, then gladly click on “Install “
Conclusion
Our SQL Server 2019 instance has been finally installed. What remains is to connect to it, create
databases and take advantage of its resources.
Lab Task:
1) Install SQL Server 2019 Developer Edition on Windows.
Screen Shots: