Creating a New Database

Slides:



Advertisements
Similar presentations
Importing Data from a Spreadsheet that contains Phone Numbers, ZIP Codes and other similar string data that looks like a number If you came to this presentation.
Advertisements

Creating a Login Process Creating a users table and a login form that denies access to unauthorized users.
Managing Your Organisation’s Portal Team Account Tutorial 7.
Stored procedures and views You can see definitions for stored procedures and views in the demo databases but you can’t change them. For views, expand.
Entering Data in Tables in a Supertype/Subtype Relationship*
RETRIEVING DATA FROM FCC LICENSE DATABASE Steps for obtaining query results, and importing it into MS Excel Spreadsheet.
After logging in, select Grading under the Faculty Information heading on the Faculty & Staff Menu.
Online Submission and Management Information -- Authors
Pennsylvania’s Protection From Abuse Database
DataMine 2.0 Role: Lead State/Test Facility AASHTO’s NTPEP Program presents: NTPEP DataMine 2.0 NTPEP DataMine 2.0.
Royal Holloway, University of London e-Tendering Website Click mouse to continue This short presentation gives a brief.
Making a chart in Excel An overview on how to make a simple chart using Microsoft Excel.
SiS Technical Training Development Track Technical Training(s) Day 1 – Day 2.
Information for students – expression of interest in modules Welcome to the S 3 P system. This PowerPoint will give you details of how to express an interest.
Kirkwood Scan to Set Up. Scan to Set up 1. Click on Start, Settings, Printers to get this screen.
Setting up in Outlook Express. Select “Tools” from the toolbar menu.
Health and Wellness for all Arizonans Bureau of EMS and Trauma System Secure, Encrypted, On-Line EMS Services System 2015 Training Programs System Instruction.
How To Batch Register Your Students
Virtual EMS Step by Step Instructions to Submit Online Room Reservation Requests Events Management Office Rick McCluskey
Creating an ERD in SQL Server If you came to this presentation via a web browser, right-click and choose “Full Screen” before proceeding. Click mouse or.
Creating a Single Sign On Account. To create a Single Sign On ID please visit and select the option to create a new account.
CONFIGURING WINDOWS SERVER MIS 424 Professor Sandvig.
SMART Agency Tipsheet Staff List This document focuses on setting up and maintaining program staff. Total Pages: 14 Staff Profile Staff Address Staff Assignment.
Introducing... NPF Connect Press [Space Bar] to continue...
Web Technologies Website Development Trade & Industrial Education
System for Administration, Training, and Educational Resources for NASA SATERN Overview for Learners May 2006.
CPSC203 Introduction to Computers Lab 69 By Jie Gao.
Creating a New Database If you came to this presentation via a web browser, right-click and choose “Full Screen” before proceeding. Click mouse or press.
Creating a Web Site to Gather Data and Conduct Research.
Once you have contacted me to set up a new account, your computer needs to be configured to dial into.DevlinEx and use our servers for things like .
ERA Manager Training December 19, Propriety and Confidential. Do not distribute. 2 ERA Manager Overview In an effort to reduce the need for Providers,
Credit Union National Association Installing and Uploading Project Zip Code.
IS 221: DATABASE ADMINISTRATION Lecture 6:Create Users & Manage Users. Information Systems Department 1.
Drinking Water Infrastructure Needs Survey and Assessment 2007 Training.
Drinking Water Infrastructure Needs Survey and Assessment 2007 Website.
Importing Data from a Spreadsheet If you came to this presentation via a web browser, right-click and choose “Full Screen” before proceeding. Click mouse.
System for Administration, Training, and Educational Resources for NASA SATERN Overview for Users December 2009.
Tour Overview Introduction Collage Basics Collage Basics (Templates and Tools) Computer Configuration Bookmark Collage Getting Started Tour Collage Terminology.
Entering Data in One of the Independent Entity Tables and the Associative Entity Table of a M:M Relationship* If you came to this presentation via a web.
Creating an Access Project* If you came to this presentation via a web browser, right-click and choose “Full Screen” before proceeding. Click mouse or.
Microsoft FrontPage 2003 Illustrated Complete Integrating a Database with a Web Site.
LOGGING IN & ROLES PolicyTech Business & Financial Affairs
Overview of DCPDS Regional User’s Module The purpose of this module is to allow regional DCPDS users to download their regional transaction files. Any.
Task #1 Create a relational database on computers in computer classroom 308, using MySQL server and any client. Create the same database, using MS Access.
Importing Data from a Spreadsheet If you came to this presentation via a web browser, right-click and choose “Full Screen” before proceeding. Click mouse.
Smart Center. Welcome to Smart Center Please logon with your Medical Domain Account.
Importing Data from a Spreadsheet that contains Phone Numbers, ZIP Codes and other similar string data that looks like a number If you came to this presentation.
Creating a New Database If you came to this presentation via a web browser, right-click and choose “Full Screen” before proceeding. Click mouse or press.
How to Use Your Committee Workspace. Click Here AFPMB Homepage.
Creating Functions If you came to this presentation via a web browser, right-click and choose “Full Screen” before proceeding. Click mouse or press space.
Accessing Portal For All Alumni Volunteers ALPHA SIGMA PHI FRATERNITY to B ETTER the M AN.
Labcheck Next Generation Quick Start Guide Admin Basics.
Comprehensive Continuous Improvement Plan(CCIP) Training Module 1 General System Functions.
1 eWorkbench First Time User Tutorial Follow these instructions to obtain a User Name, Password and Account Validation.
Logging Into Windows XP for first time (labs only!)
Unit 7 Learning Objectives
Restraint Data Web Application User Guide
WikID installation/training
Creating an ERD in SQL Server
Welcome to [Course Title]
Prepare data for importing
Administrator Training
NEW! Student Organization Database
Access eJournals Form Your Home
Information for students – expression of interest in modules
Login to our New ITS Page
Issue licences to students
FCL – Administration Tool
Geophysics Information System with application examples
Day 1: Getting Started with Microsoft Excel 2010
Presentation transcript:

Creating a New Database The Sister Cities Database Development Project ImportingData 8/7/2018 Creating a New Database If you came to this presentation via a web browser, right-click and choose “Full Screen” before proceeding. Click mouse or press space bar to continue. This presentation was prepared by Professor Steve Ross, with the advice of other MIS Faculty, for use in MIS Classes at Western Washington University. Please contact Dr. Ross for permission to use in other settings..

Process Overview Create the database. Steps described in this set of slides are marked here in red. Process Overview Create the database. Prepare the data for importing Change the column headings in the Excel spreadsheet to match the names the physical data design. Use the appropriate Management Studio import wizard method to simultaneously … Create the new table Import the data into the table Modify the table design Using the GUI, modify the attributes’ type and size to match the physical design. Step 1: Create database Step 2 Step 3 Step 4 Original Data  Prepped Data  “Import” Table  “Final” Table

Logging into the DSCI Student DBMS Before you can log in, your instructor will need to create your account. Open Management Studio and connect to the database engine Enter the DBMS (server name) as shown in the illustration Click Connect

Creating a New Database Open Management Studio and connect to the database engine Right-Click Databases, choose New Database… Enter Database name Click OK

Assign Users to DBO Role (Note: students do not have the required permissions to add new users to the database. Request your instructors to do this after you create the database . Until your teammates have been assigned the DBO role, the student who created the database must log into it in order to continue the implementation.) Expand Security; then Logins Right-click user name, choose Properties On User Mapping page Select the database Select db_owner role