0% found this document useful (0 votes)
132 views

SQL Server Installation

This document provides instructions for installing SQL Server 2017 Developers Edition and SQL Server Management Studio to create a database for a shopping website. The instructions include downloading the necessary software, running the setup files, selecting installation options like authentication mode, and providing login credentials. Once complete, a database can be accessed using SQL Server Management Studio.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
132 views

SQL Server Installation

This document provides instructions for installing SQL Server 2017 Developers Edition and SQL Server Management Studio to create a database for a shopping website. The instructions include downloading the necessary software, running the setup files, selecting installation options like authentication mode, and providing login credentials. Once complete, a database can be accessed using SQL Server Management Studio.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Creating Database for Shopping Website

-----> What You Need for FREE Installation

1. SQL Server 2017 Developers Edition


SQLServer2017-SSEI-Dev

OR

SQLServer2017Media

2. SQL Server Management Studio (SSMS)


SSMS-Setup-ENU

-----> What To Do Now?

Well....

[STEP 1]
Open SQLServer2017-SSEI-Dev and choose Custom button.
Then sepecify an address like C:\SQLServer2017Media to download media files.

OR

If you already have media files then copy them to C:\SQLServer2017Media.

[STEP 2]
Now navigate to C:\SQLServer2017Media\Developer_ENU and double click
SETUP.exe to open "SQL Server Installation Center".

[Note: Do this if it doesn't open automatically or you copied pre-downloaded


media files]

[STEP 3]
In "SQL Server Installation Center", click on "Installation" in sidebar and
then click on "New SQL Server stand-alone installation or add features to an
existing installation".

[This will open "SQL Server 2017 Setup" window]

[STEP 4]
1. In "Product Key" section
Select "Developer" from dropdown menu and click next
2. In "License Terms" section
Accept Terms and click next
3. In "Global Rules" section
Do NOTHING
4. In "Microsoft Update" section
Check the box if you want to recieve updates and click next.
5. In "Product Updates" section
Do NOTHING
6. In "Install Setup Files" section
Do NOTHING
7. In "Install Rules" section
If you get "Windows Firewall" warning... IGNORE IT and click next
8. In "Feature Selection" section
Select "Database Engine Service" and click Next.
9. In "Instance Configuration" section
Select "Named Instance" and type name you want [Like DevXsql],
the type instance id in capitals [Like DEVXSQL] and click Next
10. In "Server Configuration" section
DO NOTHING and click Next
11. In "Database Engine Configuration" section
Either select "Windows authentication mode" or select mixed mode
and enter password then click on "Add Current User" and click next
12. In "Feature Configuration Rules" section
DO NOTHING
13. In "Ready To Install" section
Click on Install
14. In "Installation Progress" section
Just wait and watch
15. In "Complete" section
Click on Close.

[STEP 5]
Open SSMS-Setup-ENU, click on Install and wait for completion.

SUCCESS
pass: devxsql

You might also like