Managing the Data SQL Overview. Client\Server RDMS (relational database management system) Client\Server RDMS (relational database management system)

Slides:



Advertisements
Similar presentations
CC SQL Utilities.
Advertisements

Brian Alderman | MCT, CEO / Founder of MicroTechPoint Pete Harris | Microsoft Senior Content Publisher.
Quick-and-dirty.  Commands end in a semi-colon ◦ If you forget, another prompt line shows up  Either continue the command or…  End it with a semi-colon.
Fundamentals, Design, and Implementation, 9/e Chapter 11 Managing Databases with SQL Server 2000.
FIRST COURSE Microsoft Access (Basics). XP Objectives Define the terms field, record, table, relational database, primary key, and foreign key. Learn.
Access Tutorial 1 Creating a Database
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
CSC 2720 Building Web Applications Database and SQL.
Working with SQL and PL/SQL/ Session 1 / 1 of 27 SQL Server Architecture.
AGENDA Tools used in SQL Server 2000 Graphical BOL Enterprise Manager Service Manager CLI Query Analyzer OSQL BCP.
SQL Server Management Studio Introduction
1 Chapter Overview Transferring and Transforming Data Introducing Microsoft Data Transformation Services (DTS) Transferring and Transforming Data with.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
1 Chapter Overview Creating User and Computer Objects Maintaining User Accounts Creating User Profiles.
1 Client/Server Database Tutorial. SQL Server Connection through MS Access FACBUSAD1 SQL server MS Access MGD B106 Computer or your own PC Remote SQL.
LESSON 17 PREPARED BY MANJU. database A database is a collection of related information Access is the Microsoft Office database program that enables you.
Phil Brewster  One of the first steps – identify the proper data types  Decide how data (in columns) should be stored and used.
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
Overview What is SQL Server? Creating databases Administration Security Backup.
1 Chapter Overview Reviewing the Results of Installation Starting, Stopping, Pausing, and Modifying Microsoft SQL Server 2000 Services Working with Osql,
Microsoft Access Review for Access Exam. Columns are called FIELDS Rows are called RECORDS Navigation Pane:  On left; used to organize DB objects  Collapsable.
Session 5: Working with MySQL iNET Academy Open Source Web Development.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2012 (September 5, 2012)
PHP Programming with MySQL Slide 8-1 CHAPTER 8 Working with Databases and MySQL.
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
Simple Database.
Introduction to Microsoft Access Overview 1. Introduction What is Access? A relational database management system What is a Relational Database? Organized.
® Microsoft Access 2010 Tutorial 1 Creating a Database.
MySQL. Dept. of Computing Science, University of Aberdeen2 In this lecture you will learn The main subsystems in MySQL architecture The different storage.
1 SQL Server 2000 Administration Kashef Mughal MSB.
Lesson 17 Getting Started with Access Essentials
DAY 12: DATABASE CONCEPT Tazin Afrin September 26,
SQL Server Indexes Indexes. Overview Indexes are used to help speed search results in a database. A careful use of indexes can greatly improve search.
SQL SQL Server : Overview SQL : Overview Types of SQL Database : Creation Tables : Creation & Manipulation Data : Creation & Manipulation Data : Retrieving.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
1 Chapter Overview Preparing to Upgrade Performing a Version Upgrade from Microsoft SQL Server 7.0 Performing an Online Database Upgrade from SQL Server.
A Brief Documentation.  Provides basic information about connection, server, and client.
® Microsoft Office 2013 Access Creating a Database.
DATABASE TOOLS CS 260 Database Systems. Overview  Database accounts  Oracle SQL Developer  MySQL Workbench.
1 Introduction to Oracle Chapter 1. 2 Before Databases Information was kept in files: Each field describes one piece of information about student Fields.
1 Chapter Overview Planning to Install SQL Server 2000 Deciding SQL Server 2000 Setup Configuration Options Running the SQL Server 2000 Setup Program Using.
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
1 Chapter Overview What is Microsoft SQL Server 2000? What are the SQL Server 2000 Components? What is the Relational Database Architecture? What is the.
What is MySQL? MySQL is a relational database management system (RDBMS) based on SQL (Structured Query Language). First released in January, Many.
Database technology Introduction ER Modeling Database objects (intro) SQL.
Backing Up and Restoring Databases by Using the SQL Server 2000.
Introduction to Active Directory
Features Of SQL Server 2000: 1. Internet Integration: SQL Server 2000 works with other products to form a stable and secure data store for internet and.
Introduction to Teradata Client Tools. 2 Introduction to Teradata SQL  OBJECTIVES :  Teradata Product Components.  Accessing Teradata – Database /
SSMS SQL Server Management System. SQL Server Microsoft SQL Server is a Relational Database Management System (RDBMS) Relational Database Management System.
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
Log Shipping, Mirroring, Replication and Clustering Which should I use? That depends on a few questions we must ask the user. We will go over these questions.
Introduction to MySQL  Working with MySQL and MySQL Workbench.
Software-Projekt 2008 Seminarvortrag“Short tutorial of MySql“ Wei Chen Verena Honsel.
Microsoft SQL is known as RDMS (Relational Database Management System) which is developed by Microsoft and is highly used at corporate and enterprise.
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.
1 Copyright © 2005, Oracle. All rights reserved. Oracle Database Administration: Overview.
DBMS Programs MS SQL Server & MySQL
Tutorial 1 Creating a Database
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
Client/Server Databases and the Oracle 10g Relational Database
SQL Server 2000 and Access 2000 limits
Database Management  .
Chapter 8 Working with Databases and MySQL
مقدمة في قواعد البيانات
Chapter 11 Managing Databases with SQL Server 2000
DATABASE TECHNOLOGIES
IBM Tivoli Storage Manager
Presentation transcript:

Managing the Data SQL Overview

Client\Server RDMS (relational database management system) Client\Server RDMS (relational database management system) Commands are sent to the server and answers are returned to the client Commands are sent to the server and answers are returned to the client Very efficient – low network traffic Very efficient – low network traffic The server does most of the work The server does most of the work Very stable (unsuccessful transactions rollback) Very stable (unsuccessful transactions rollback) SQL is the industry standard Servers SQL is the industry standard Servers

SQL Server It is the only thing that touches the data It is the only thing that touches the data The data is under the server’s control The data is under the server’s control

MSDE – Microsoft Desktop Engine Freely distributable Freely distributable Limited to 5 connections or less Limited to 5 connections or less Can be installed with ComCash Can be installed with ComCash

Microsoft SQL Server Includes many tools Includes many tools DTS – Data Transformation Services DTS – Data Transformation Services Query Analyzer Query Analyzer Enterprise Manager Enterprise Manager No connection limitation No connection limitation Must be purchased and installed separately Must be purchased and installed separately

Default Server vs. Named Instance Default Server installation Default Server installation Server name = computer name Server name = computer name Named instance (ComCash installs as a named instance) Named instance (ComCash installs as a named instance) Server name = computer name\instance name (computer name\comcash) Server name = computer name\instance name (computer name\comcash)

Logon and Connections TCP/IP connections only TCP/IP connections only Default system administrator logon Default system administrator logon Username = sa Username = sa Password = null (blank password) Password = null (blank password)

Database Files Files.mdf file = Primary data file - stores the system tables and the data.mdf file = Primary data file - stores the system tables and the data.ldf file = Transaction log files - used to store transaction information and can be used to recover the database.ldf file = Transaction log files - used to store transaction information and can be used to recover the database

Attached vs. Detached Never copy, delete, rename, or move.mdf/.ldf files unless detached Never copy, delete, rename, or move.mdf/.ldf files unless detached

Sample Data vs. Production Sample data is used only for evaluation Sample data is used only for evaluation The data can be backed up and restored to the comcash database The data can be backed up and restored to the comcash database Live installations always use comcash (Production) database Live installations always use comcash (Production) database In multiple database installations one might see comcash01, comcash02, etc In multiple database installations one might see comcash01, comcash02, etc

Tables Rows and Columns (or records and fields) Rows and Columns (or records and fields) Keys (tables typically have a key the guarantees uniqueness) Keys (tables typically have a key the guarantees uniqueness)