0% found this document useful (0 votes)
36 views8 pages

SQL Server Installation Guide..

This document provides instructions for installing SQL Server and SQL Server Management Studio (SSMS) on a Windows system. It outlines the system requirements including the operating system, .NET Framework, disk space, memory, processor, and monitor needed. The steps describe downloading the developer edition of SQL Server from Microsoft, selecting the basic version, accepting terms, installing SQL Server, then installing SSMS by downloading and running its executable file. Screenshots illustrate the downloading, installation, and completion processes. The overall goal is to have a functioning SQL Server and SSMS installed on the local system.

Uploaded by

Haseeb Zahid
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
36 views8 pages

SQL Server Installation Guide..

This document provides instructions for installing SQL Server and SQL Server Management Studio (SSMS) on a Windows system. It outlines the system requirements including the operating system, .NET Framework, disk space, memory, processor, and monitor needed. The steps describe downloading the developer edition of SQL Server from Microsoft, selecting the basic version, accepting terms, installing SQL Server, then installing SSMS by downloading and running its executable file. Screenshots illustrate the downloading, installation, and completion processes. The overall goal is to have a functioning SQL Server and SSMS installed on the local system.

Uploaded by

Haseeb Zahid
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 8

Database Management System Lab (Week1_Spring 2022)

Department of Computer Science

Instructor: CLO
• Mr. Samyan Qayyum Wahla (Theory)

Learning Objectives:
• Installation of SQL server and SSMS.
• Create a new database named Northwind
• Restore Schema using scripts northwind.sql
• Restore schema data using northwind_data.sql

1. System Requirements for SQL Server 2019


1.1. Operating system

Windows 10 TH1 1507 or greater and Windows Server 2016 or greater

1.2. .NET Framework

SQL Server 2016 (13.x) RC1 and later require .NET Framework 4.6 for the Database Engine,
Master Data Services, or Replication. SQL Server setup automatically installs .NET Framework.
You can also manually install .NET Framework from Microsoft .NET Framework 4.6 (Web
Installer) for Windows.

1.3. Disc Space

SQL Server requires a minimum of 6 GB of available hard-disk space.

1.4. Memory

At least 4 GB and should be increased as database size increases to ensure optimal


performance.

1.5. Processor

• Minimum: x64 Processor: 1.4 GHz, Recommended: 2.0 GHz or faster


• x64 Processor: AMD Opteron, AMD Athlon 64, Intel Xeon with Intel EM64T support,
Intel Pentium IV with EM64T support

1.6. Monitor

SQL Server requires Super-VGA (800x600) or higher resolution monitor.

DATABASE MANAGEMENT SYSTEMS LAB 1


2. Installation guide
_______________________________________________________________________________________________

Important Note:

2.1. connect your system with internet and download the developer edition using this given
link: https://www.microsoft.com/en-us/sql-server/sql-server-downloads
2.2. Login on window with as Administrator

Figure 1: SQL downloading version

2.3. Once downloaded then click on the .exe file and run.

DATABASE MANAGEMENT SYSTEMS LAB 2


2.4. Then click on Basic version to install.

Figure 2: Selection of basic version

DATABASE MANAGEMENT SYSTEMS LAB 3


2.5. Scroll down and then click on accept.

Figure 3: Terms and conditions for installing SQL Server

DATABASE MANAGEMENT SYSTEMS LAB 4


2.6. Click on Install and eat pop corns until installation is done.

Figure 4: Starting the installation process by clicking on install button

DATABASE MANAGEMENT SYSTEMS LAB 5


2.7. After installation is done click on install SSMS

Figure 5: Installation has completed successfully

DATABASE MANAGEMENT SYSTEMS LAB 6


2.8. Click on highlighted link. It will download .exe file of SSMS. After downloading run .exe
file.

Figure 6: Version of SSMS for installation

DATABASE MANAGEMENT SYSTEMS LAB 7


2.9. Click on Install and wait until installation is done successfully.

Figure 7: Installation of SSMS

DATABASE MANAGEMENT SYSTEMS LAB 8

You might also like