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.

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*
Copyright ®xSpring Pte Ltd, All rights reserved Versions AuthorDateDescription 1.0NBL2012/05First version. Modified from Enterprise edition.
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
Copyright ®xSpring Pte Ltd, All rights reserved Versions AuthorDateDescription 1.0NBL2012/05First version. Modified from Enterprise edition.
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.
Chapter 1 Databases and Database Objects: An Introduction
Royal Holloway, University of London e-Tendering Website Click mouse to continue This short presentation gives a brief.
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.
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
Access Tutorial 10 Automating Tasks with Macros
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.
CONFIGURING WINDOWS SERVER MIS 424 Professor Sandvig.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
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.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
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 .
Website Development with Dreamweaver
ERA Manager Training December 19, Propriety and Confidential. Do not distribute. 2 ERA Manager Overview In an effort to reduce the need for Providers,
Microsoft Expression Web-Illustrated Unit I: Working with Tables.
Drinking Water Infrastructure Needs Survey and Assessment 2007 Training.
MIS 215 Lab Revision I. MSQL Server Installation II. Create a New Database III. Create a New Table IV. Relationships.
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.
Security Planning and Administrative Delegation Lesson 6.
Ch. 101 Database Management An Introduction to Databases.
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.
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.
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.
2004/051 >> Supply Chain Solutions That Deliver Users.
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.
How to Use Your Committee Workspace. Click Here AFPMB Homepage.
How Web Database Architectures Work CPS181s April 8, 2003.
Page 1 Cash Application By MIS Department. Page 2 Enter your User ID and Password here Note: User ID and Password are initially assigned by MIS. You will.
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.
Installation.  System Requirement : Win2k Server / Win2k Professional / WinXP Win2k Server / Win2k Professional / WinXP Database (Microsoft Access) Database.
Labcheck Next Generation Quick Start Guide Admin Basics.
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!)
Restraint Data Web Application User Guide
WikID installation/training
Creating an ERD in SQL Server
Prepare data for importing
Administrator Training
Creating a New Database
NEW! Student Organization Database
Access eJournals Form Your Home
Login to our New ITS Page
Issue licences to students
Geophysics Information System with application examples
Presentation transcript:

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..Dr. Ross The Sister Cities Database Development Project

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

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

Creating a New Database 1.Open Management Studio and connect to the database engine 2.Right-Click Databases, choose New Database… 3.Enter Database name 4.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.) 1.Expand Security; then Logins 2.Right-click user name, choose Properties 3.On User Mapping page 1.Select the database 2.Select db_owner role