CSCI414 Platform Based Development Project4 - Spring 2022
CSCI414 Platform Based Development Project4 - Spring 2022
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
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.
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.
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
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
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.