Giter Club home page Giter Club logo

vhs's Introduction

#Read Me Text File

This is a project completed by Todd, Emily, and Thomas.
Lipscomb University


**************************
HOW TO CONNECT TO AzureSQL
and make updates to tables
**************************

-> Cmd+Shift+P to open command prompt
-> MS SQL: Connect
-> Create Connection Profile

Enter this info in order: 
-> vhsdb.database.windows.net
-> VHS
-> admin1
-> HeckinGood!
-> admin1

This will allow you to connect to the actual VHS database and NOT just the master server.





SQL Database Setup:

1. Download mssql on VS Code if you haven't yet. You'll need this extension to edit SQL syntax and run queries on the database. 

2. Once installed, run Cmd + Shift + P in VS Code and you'll see a search nav with a ">" show up Type "MS" and select "MS SQL Connect" 

3. Select "Create Connection Profile"

4. copy and paste the server name: vhsdb.database.windows.net

5. Select SQL Login

6. username: admin1 
password: HeckinGood!

7. Assuming you gave me the correct IP address it should connect. If not we can troubleshoot from there.


Use SQLTools for Azure connection

1. Click on the SQLTools icon

2. then add new connection

3. fill in the database information

4. Click create and then connect now


Assignment Requirements

MSSE 5123 (Database Modeling and Design)
Spring 2019

Group Project
Due: March 14, 2019

In this project, you will start by thinking about one entity or topic of your current company, a company that you want to start, or simply a process that you have experience in.  Think about everything that goes into that entity, how each process inside that entity relates to each other, and what database tables you think you would need to build this entity.  You will create a database and report to submit for this project.  Please complete the following steps:

1.	Write a brief summary of your entity, the tables you’re going to build, what keys are needed in those tables, how each table relates to each other, the fields in the tables and datatypes of those fields.
2.	Create the database using a database management system of your choice, except for Access.
3.	Create an ER diagram for your database.
a.	Be sure to identify all keys in this diagram.
4.	Write a summary of your ER diagram.  You should make sure that you explain the tables, keys, relationships and explain if it’s a 1:1, 1:N, or N:M relationship.
5.	In your summary, you want to explain if the database is normalized.
a.	Why do you feel it is normalized?
b.	If it’s denormalized, did you mean to design the database that way?
i.	If so, why do you feel that it is more beneficial to be denormalized?
ii.	If not, what can you do to make it normalized?
6.	Finish your summary with example SQL statements to pull data from multiple tables, using Joins and explain the statement.
7.	Identify what users will use your database.
8.	Identify what roles you will have on your database and what permissions those roles will have.
9.	Assign your users to roles.



vhs's People

Contributors

endavis124 avatar mandosoft avatar tjtaylor1 avatar ttaylor14 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.