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

CSCI414 Platform Based Development Project4 - Spring 2022

The document outlines the requirements and steps for Project #4 in the CSCI 414/514 course, which involves creating an Azure database and a customer table. It includes instructions for SQL installation and connection setup in Azure Data Studio. Students are required to submit a screenshot of their database for grading by the due date of April 2, 2022.

Uploaded by

Naomie Bambara
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

CSCI414 Platform Based Development Project4 - Spring 2022

The document outlines the requirements and steps for Project #4 in the CSCI 414/514 course, which involves creating an Azure database and a customer table. It includes instructions for SQL installation and connection setup in Azure Data Studio. Students are required to submit a screenshot of their database for grading by the due date of April 2, 2022.

Uploaded by

Naomie Bambara
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

CSCI 414/514 – Platform Based Development - Spring 2022

Project #4 – Due: Saturday, 4/2/22 at 10:00PM

Name:

PART I
Please watch the following class recording before trying your project. Thanks.
https://minnstate.zoom.us/rec/share/9TB53v-0rIOWwNHoX6Y98t7E-
OW1bUYml7D8JNl5PARqQSlODcVqnAeJomN0VlGk._WbImIzHke2rJb4s?startTime=1648212805000

PART II
Follow the tutorial, on the next page, to create an Azure database with your last name.

PART III
Using your database, create one table for customers as shown below. Replace the contact’s name
(Maria Anders) with your full name.
PART IV
Take a screenshot of your SQL Azure database displaying your name and last name.
Upload your screenshot to D2L for grading.
Thank you

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
SQL Setup in Azure

Once you are in Azure machine, It is recommended to turn off IE Enhanced Configuration
Settings before installing SQL.
In Server Manager -> Local Server -> IE Enhanced Security Configuration off, It is
recommended to turn it off

SQL Installation

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
Click on windows start menu
logo -> click SQL Server 2019
Installation Center(64 bit)
which is under Microsoft SQL
Server 2019

When you see the installation Screen


CLICK Installation on your left side
and then Click
New SQL Server Stand-alone installation or add features to existing installation

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
When you click on New SQL Server Stand-alone installation or add features to existing
installation a pop up appears select the folder where you need to install.

Browse to This PC -> Windows (C : ) -> SQLServerFull and then click OK

Ignore the Windows Firewall warnings and click Next

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
Choose Perform a new installation of SQL Server 2019 (default) if it’s new and then click Next
below

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
Click on Next as product key appears default

Accept all the terms and Mark the checkbox then click Next

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
Choose the services you required by clicking in the checkboxes, Data Engine Services, Python , java
You can choose additional services too.

Make sure if Instance root directory is appeared default if not browse to


C:\Program Files\Microsoft SQL Server\
Click on Next.

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
Choose the Named Instance field and give the name as AZURELAB_FirstNAME then click Next

Click the Radio Button for Install Open JRE 11.0.9.2 Included with this installation then click
Next

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
Check the Checkbox as shown below and click Next

Click the Radio button for Windows authentication mode and then click Add Current User button
and then click Next

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
Click on Accept Button for consent to install python ( this appears if you chose python services in
feature selection) then Click Next

Ready to install
Click on Install, Installation process begins and may take few minutes

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
Once the installation is completed

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
Click on the windows start button and then click Azure Data Studio drop down and click on Azure
Data Studio Shortcut

When it opens Click on Create a connection

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
When you click on create a connection a connection window appears on right side of your screen

choose connection type as Microsoft SQL Server from drop down

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
Server Name
Note: In order to choose server name, open the ERRORLOG FILE (Open with notepad or any
editor) in the path given below.

Open any one of the ERRORLOG FILE and find the Server name in the text editor and copy the
server
Name as shown below and paste it in the Server name field in connection details

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
For Authentication Type select Windows Authentication from dropdown
For Database select Master from dropdown

Establish the connection by clicking Connect button once you fill the connection Details form as
below(Make sure to give the right server name from verifying ERRORLOG file)

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.
Once the connection is established then it appears as figure shown below.

This project was developed by Sam Espana for the exclusive use of CSCI 414/514 Students, Spring 2022.
Do not reproduce by any means without the written authorization of the author. Thank you.

You might also like