Exam : 70-431 Microsoft SQL Server 2005 - Implementation and Maintenance.

Slides:



Advertisements
Similar presentations
Yukon – What is New Rajesh Gala. Yukon – What is new.NET Framework Programming Data Types Exception Handling Batches Databases Database Engine Administration.
Advertisements

The Role of Error Map and attribute data errors are the data producer's responsibility, GIS user must understand error. Accuracy and precision of map and.
Basic SQL Introduction Presented by: Madhuri Bhogadi.
Chapter 9 Auditing Database Activities
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 4-1 David M. Kroenke Database Processing Chapter 2 Structured Query Language.
MSc IT UFIE8K-10-M Data Management Prakash Chatterjee Room 3P16
SQL Server 2005 Database Engine Sommarkollo Microsoft.
Database Administration ISQA 436 Fall 2006 Mark Freeman
Fundamentals, Design, and Implementation, 9/e Chapter 1 Introduction to Database Processing.
Geographic Information Systems and Science SECOND EDITION Paul A. Longley, Michael F. Goodchild, David J. Maguire, David W. Rhind © 2005 John Wiley and.
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.
Managing and Monitoring SQL Server 2005 Shankar Pal Program Manager SQL Server, Redmond.
SQL Server Management Studio Introduction
Module 5: Data Access. Overview Introduce database components involved in data access Introduce concepts of Transact -SQL and Procedural SQL as tools.
D ATABASE A DMINISTRATION ITEC 450 Fall 2012 Instructor: Dr. Rama Gudhe.
Maintaining a Microsoft SQL Server 2008 Database SQLServer-Training.com.
Chapter 4 SQL. SQL server Microsoft SQL Server is a client/server database management system. Microsoft SQL Server is a client/server database management.
Database Lecture # 1 By Ubaid Ullah.
Project Implementation for COSC 5050 Distributed Database Applications Lab2.
D ATABASE A DMINISTRATION ITEC 450 Fall 2011 Instructor: Dr. Justin M. Wang.
Module Title? DBMS Introduction to Database Management System.
I Copyright © 2004, Oracle. All rights reserved. Introduction.
Chapter 2 CIS Sungchul Hong
RDB/1 An introduction to RDBMS Objectives –To learn about the history and future direction of the SQL standard –To get an overall appreciation of a modern.
Database Technical Session By: Prof. Adarsh Patel.
Sofia, Bulgaria | 9-10 October SQL Server 2005 High Availability for developers Vladimir Tchalkov Crossroad Ltd. Vladimir Tchalkov Crossroad Ltd.
I Copyright © Oracle Corporation, All rights reserved. Introduction.
Introduction to SEQUEL. What is SEQUEL? Acronym for Structural English Query Language Acronym for Structural English Query Language Standard language.
1 SQL Server 2000 Administration Kashef Mughal MSB.
Chokchai Junchey Microsoft Product Specialist Certified Technical Training Center.
An Investigation of Oracle and SQL Server with respect to Integrity, and SQL Language standards Presented by: Paul Tarwireyi Supervisor: John Ebden.
Learningcomputer.com SQL Server 2008 – Administration, Maintenance and Job Automation.
IT 456 Seminar 5 Dr Jeffrey A Robinson. Overview of Course Week 1 – Introduction Week 2 – Installation of SQL and management Tools Week 3 - Creating and.
1 Copyright © 2004, Oracle. All rights reserved. Introduction.
Module 6: Implementing SQL Server Replication in an Enterprise Environment.
Quick review of SQL And conversion to Oracle SQL.
Lecture2: Database Environment Prepared by L. Nouf Almujally 1 Ref. Chapter2 Lecture2.
MySQL Database Management Systems Universitas Muhammadiyah Surakarta Yogiek Indra Kurniawan.
Introduction to Oracle. Oracle History 1979 Oracle Release client/server relational database 1989 Oracle Oracle 8 (object relational) 1999.
CSE-417: Relational Database System Programming Required Books: 1) SQL,PL/SQL The programming language of ORACLE 2 nd Edition -Ivan Bayross 2) Commercial.
Database Security and Auditing: Protecting Data Integrity and Accessibility Chapter 9 Auditing Database Activities.
Introduction to Oracle In June 1970,Dr E.F.Codd’s a published A paper entitled A relational model of Data for large shared data banks. This relational.
Creating and Maintaining Geographic Databases. Outline Definitions Characteristics of DBMS Types of database Relational model SQL Spatial databases.
SQL Jan 20,2014. DBMS Stores data as records, tables etc. Accepts data and stores that data for later use Uses query languages for searching, sorting,
SQL School is strongly committed to provide COMPLETE PRACTICAL REALTIME Trainings on SQL Server Technologies – Dev, SQL DBA, MSBI (SSIS, SSAS, SSRS) and.
DBMS_Week 3-4 DBMS. Three-Schema Architecture – Internal schema (one view) describes physical storage structures access paths, indexes used Typically.
Lecture 10 Creating and Maintaining Geographic Databases Longley et al., Ch. 10, through section 10.4.
IT System Administration Lesson 3 Dr Jeffrey A Robinson.
SQL Introduction to database and SQL. Chapter 1: Databases and Database Users 6 Introduction to Databases Databases touch all aspects of our lives. Examples:
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
SQL Server - Review Managing the System. Objectives  Understand the importance of maintenance plans.  Check for database consistency.  Understand how.
MY SQL INTRODUCTION TO LOGIN BASIC COMMANDS OTHER COMMANDS.
uses of DB systems DB environment DB structure Codd’s rules current common RDBMs implementations.
1 Copyright © 2005, Oracle. All rights reserved. Oracle Database Administration: Overview.
Learn Structured Query Language to rule Database.
Fundamental of Database Systems
SQL Database Management
آشنایی با نرم افزار Microsoft Access
PGT(CS) ,KV JHAGRAKHAND
Data base System Concepts & Data Modeling
مقدمة في قواعد البيانات
SQL Fundamentals in Three Hours
SQL .. An overview lecture3.
AlwaysOn Availability Groups
Chapter 1 Introduction to Database Processing
Understanding Core Database Concepts
Lecuter-1.
INTRODUCTION A Database system is basically a computer based record keeping system. The collection of data, usually referred to as the database, contains.
Presentation transcript:

Exam : Microsoft SQL Server Implementation and Maintenance

مجموعه اطلاعات ذخيره شده و سازماندهي شده به منظور تحقق اهدافي خاص بانک اطلاعاتي ناميده مي شود. Data Base بانک اطلاعاتي DBMS سيستم مديريت بانک اطلاعاتيانواع مدل داده اي DDL, DML, DCL, TCL HDBMS : Hierarchical DataBase Management System (DBMS, DB) NDBMS : Network DataBase Management System (DB) RDBMS : Relational DataBase Management System (DBMS, DB) ORDBMS : Object Relational Database Management System (DBMS, DB) OODBMS : Object Orientated Database Management System (DBMS, DB) مجموعه اي نرم افزاري – سخت افزاري است که ايجاد و مديريت بانک اطلاعاتي به عهده آن نهاده شده. The Data Definition Language (DDL) CREATE TABLE, ALTER TABLE, DROP TABLE, CREATE INDEX, DROP INDEX The Data Manipulation Language (DML) SELECT, UPDATE, DELETE, INSERT INTO The Data Control Language (DCL) GRANT, REVOKE The Transaction Control (TCL) COMMIT, ROLLBACK

پايگاه داده غيرتوزيع شده

پايگاه داده توزيع شده

مهمترين سيستمهاي مديريت بانک اطلاعاتي محصول شرکت Microsoft محصول شرکت Oracle Corporation محصول شرکت IBM محصول شرکت SUN Microsystems SQL Server Oracle DB2 MySQL

SQL Server در آغاز محصول شرکتSybase بود و تا قبل از نسخه 7 ، Sybase SQL Server ناميده مي شد و بازاريابي و فروش آن به عهده شرکت Microsoft بود. اولين نسخه SQL Server تحت عنوان SQL Server 1.0 for OS/2 در سال 1989پديد آمد. اين نسخه از SQL Server در واقع نسخه جديدي نبود بلکه در اصل Sybase SQL Server 3.0 on Unix, and VMS براي OS/2 بود. اولين نسخه SQL Server براي Windows NT در سال 1992 به بازار آمد. از 1994 ، شرکتهاي مايکروسافت و سايبيس جداگانه به توليد و فروش SQL Server پرداخنتد که مايکروسافت نام تجاري SQL Server را ادامه داد ، اما سايبيس نام تجاري Adaptive Server Enterprise را براي محصول خود برگزيد. SQL Server 7.0 نخستين بانک اطلاعاتي از اين سري بود که داراي رابط گرافيک براي طراحي بود ، پيش از آن طراحي بانکهاي اطلاعاتي در محيطي Text Based انجام مي شد.

SQL Server 4.21 for Windows NT | Year: 1993 SQL Server 6.0, codenamed SQL95 | Year: 1995 SQL Server 6.5, codenamed Hydra | Year: 1996 SQL Server 7.0, codenamed Sphinx | Year: 1999 SQL Server 7.0 OLAP, codenamed Plato | Year: 1999 SQL Server bit, codenamed Shiloh (version 8.0) | Year: 2000 Standard Edition Enterprise Edition Developer Edition Evaluation Edition SQL Server bit, codenamed Liberty | Year: 2003 SQL Server 2005, codenamed Yukon (version 9.0) | Year: 2005 SQL Server 2005, codenamed Yukon (version 9.0) | Year: 2005 SQL Server next release is codenamed Katmai | Year: 2008

Main SQL Server 2005 Editions : Express Edition * Workgroup Edition * Standard Edition ** Enterprise Edition ** Other Editions : Developers Edition * Mobile Edition *** * All Windows Expect for Windows 98 or lower ** Windows Server Family *** Windows Mobile Edition

DataBase Engine Replication Analysis Services Integration Services Reporting Services Notification Services Service Broker Full Text Search Workstation & Client Tools SQL Server Profiler SQL Server Tuning

Installing and Configuring SQL Server 2005 Implementing High Availability and Disaster Recovery Supporting Data Consumers Maintaining Databases Monitoring and Troubleshooting SQL Server Performance Creating and Implementing Database Objects

Installing and Configuring SQL Server 2005 Install SQL Server Configure SQL Server 2005 instances and databases. Configure SQL Server security. Configure linked servers by using SQL Server Management Studio (SSMS).

Implementing High Availability and Disaster Recovery Implement database mirroring. Implement log shipping. Manage database snapshots.

Supporting Data Consumers Retrieve data to support ad hoc and recurring queries. Manipulate relational data. Manage XML data. Implement an HTTP endpoint. Implement Service Broker components. Import and export data from a file. Manage replication.

Maintaining Databases Implement and maintain SQL Server Agent jobs. Manage databases by using Transact-SQL. Back up a database. Restore a database. Move a database between servers.

Monitoring and Troubleshooting SQL Server Performance Gather performance and optimization data by using the SQL Server Profiler. Gather performance and optimization data by using the Database Engine Tuning Advisor. Monitor and resolve blocks and deadlocks. Diagnose and resolve database server errors. Monitor SQL Server Agent job history. Gather performance and optimization data by using DMVs.

Creating and Implementing Database Objects Implement a table. Implement a view. Implement triggers. Implement functions. Implement stored procedures. Implement constraints. Implement indexes. Create user-defined types.