Intro to SQL Server for non-techs

Slides:



Advertisements
Similar presentations
Database vocabulary. Data Information entered in a database.
Advertisements

1 R elational D ata B ase A id Copyright © 2002 Sakman Software Corp.
Microsoft SQL Server 2008 From the Program menu choose: Microsoft SQL Server 2008 R2  SQL Server Management Studio. You may see a window indicating the.
® IBM Software Group © 2006 IBM Corporation The Eclipse Data Perspective and Database Explorer This section describes how to use the Eclipse Data Perspective,
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
1 Working with MS SQL Server II. 2 The sqlcmd Utility Command line utility for MS SQL Server databases. Previous version called osql Available on classroom.
131 Agenda Overview Review Roles Lists Libraries Columns.
1 Working with MS SQL Server. 2 Objectives You will be able to Use Visual Studio for GUI based interactive access to a Microsoft SQL Server database.
BASIC QUERY CLASS N.C. State University Financials Reporting.
Self Guided Tour for Query V8.4 Basic Features. 2 This Self Guided Tour is meant as a review only for Query V8.4 Basic Features and not as a substitute.
DAY 14: ACCESS CHAPTER 1 Tazin Afrin October 03,
Chapter 15: Using LINQ to Access Data in C# Programs.
1 Data Bound Controls II Chapter Objectives You will be able to Use a Data Source control to get data from a SQL database and make it available.
Office of Educational Technology School District of Philadelphia Introduction to Sites Google Sites This presentation is available at
1 Working with MS SQL Server Textbook Chapter 14.
© FPT SOFTWARE – TRAINING MATERIAL – Internal use 04e-BM/NS/HDCV/FSOFT v2/3 Working with MSSQL Server Code:G0-C# Version: 1.0 Author: Pham Trung Hai CTD.
Lesson 2.  To help ensure accurate data, rules that check entries against specified values can be applied to a field. A validation rule is applied to.
CIS 338: Using Queries in Access as a RecordSource Dr. Ralph D. Westfall May, 2011.
CSCI 6962: Server-side Design and Programming Database Manipulation in ASP.
1 Database Systems Introduction to Microsoft Access Part 2.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
O FFICE M ANAGEMENT T OOL - II B BA -V I TH. Abdus Salam2 Week-7 Introduction to Query Introduction to Query Querying from Multiple Tables Querying from.
DataSet Your Database student test score Database Connection Your program needs to establish a connection to the database. Click on “Add New Data Source.”
Gold – Crystal Reports Introductory Course Cortex User Group Meeting New Orleans – 2011.
Agenda for Class 2/20/2014 Introduce Microsoft’s SQL Server database management system. Use the lab to discuss how to CREATE, DROP and populate (INSERT)
Staff Module and Summary of Changes 1. Icon Changes: Page 3 Signing In and Password/Pin Changes: Page 4 Logging Out: Page 8 Staff Module Changes: Page.
1 Working with MS SQL Server Beginning ASP.NET in C# and VB Chapter 12.
1 Section 1 - Introduction to SQL u SQL is an abbreviation for Structured Query Language. u It is generally pronounced “Sequel” u SQL is a unified language.
Enlisted Association of the National Guard of the United States Data Extract Instructional Guide.
Online Portfolios: The New Way to Market Yourself Donna Love & Leslie Martin Gaston College.
1 SQL SERVER 2005 Express CE-105 SPRING 2007 Engr. Faisal ur Rehman.
Understanding Core Database Concepts Lesson 1. Objectives.
SELECT, IMPLEMENT & USE TODAY’S ADVANCED BUSINESS SYSTEMS
IUIE Reporting Basics Workshop
AP CSP: Cleaning Data & Creating Summary Tables
Using Tables in Canvas.
Objectives Create a folder in Google Drive.
Web Routing Designing an Interface
Data Virtualization Demoette… Flat-File Data Sources
Practical Office 2007 Chapter 10
My experience with GIS in State Government
SQL MODELER - OPEN There are Three Ways to open the SQL Modeler
Web Design and Development
Accsess 2013 Creating Database.
mysql and mysql workbench
Listing 9.1 ShowLocalConnection.aspx
Gary R. Cocozzoli Lawrence Technological University
CIS 155 INTRODUCTION TO ACCESS 2002
Introduction to SQL Server Management for the Non-DBA
Building and Using Queries
Online Portfolios: The New Way to Market Yourself
SQL Server May Let You Do It, But it Doesn’t Mean You Should
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Expense Report Training
Welcome.
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Introduction to Access
These slides are for reference only. They are not "lecture notes"
Navigating Your GP Data
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Computer Basics Applications.
Databases.
Collection Inventory Software
Understanding Core Database Concepts
Unit J: Creating a Database
End of day Calculator and special order parts tracking
End of day Calculator and special order parts tracking
Presentation transcript:

Intro to SQL Server for non-techs What, actually, is a Database? And why use one?   And why are they a PIA?   Let’s quickly and easily learn SQL Server, the Management Studio, and how to get at our P21 data when we want to take a peek.  We’ll start at zero and end with practical, easy, and pain free step by step ideas so you can start using SQL Server immediately. CONNECT 2017 – Sept 17-19

Prophet 21 World Wide User Group Officers

Disclaimer This conference is an attempt by P21WWUG members to assist each other by demonstrating ways that we utilize the Prophet21 system and other related products. The P21WWUG and the individuals conducting the classes and round tables take no responsibility for potential issues that arise as a result of taking the advice given during the conference. The P21WWUG does not recommend using any SQL statements to update your database without having those statements first reviewed by Epicor or other experienced SQL professionals. Test any code in your Play Database! Using SQL statements to update your database may result in corrupting your database. Test any code in your Play Database!

IT Director at Professional Control in Milwaukee BIO Don Schlichting IT Director at Professional Control in Milwaukee don@InfoApplied.com www.InfoApplied.com

What is a database, and why are they a PIA? DATABASE: Data is represented in terms of tuples, grouped into relations   Codd's theorem, a result proven in his seminal work on the relational model, equates the expressive power of relational algebra and relational calculus (both of which, lacking recursion, are strictly less powerful than first-order logic)

Why are databases a PIA ?

Goal for Today

“Relational Database” and a “Management System” SQL is a RDMS “Relational Database” and a “Management System”

“Relational Database”and a “Management System”

“Relational Database”and a “Management System”

Why use a Database? Large Data sizes Speed of relating tables vs Work Sheets Data Update Integrity Locks Personal Presentation

RDMS

Why Not Use a Database? Small data sizes that don’t change much over time A database is not as intuitive as a spreadsheet Time must be taken to learn the new system Fast at getting data in, but a pain at writing reports to get data out

SQL Server Management Studio

SSMS

Log In

SSMS

Create our own Database and utilize it, in 3 Steps

New Database

New Table

Field Options

Save Table

Enter data

Enter Data

Edit, Delete

Select

Recap We created a database, 2 files on the hard drive   Inside the database we created a table. Inside the table we added data into rows and columns. We could edit data by right click Edit Top 200 We could select data by right click SELECT top 1000

Back to P21

SHIP TO report showing all my Other Exemptions

Edit on the fly

SQL

Remove the top

All rows returned

Diagram

Criteria

Sort

Sort = Order By

Copy All

Recap We found our table name in P21   In SQL we expanded our tables then right clicked ship_to From there we chose SELECT TOP 1000 Then we chose EDIT TOP 200 Last we controlled the panel options for EDIT