The SKC’s SQL SERVER 2008R2 Program- Day 1

download The SKC’s SQL SERVER 2008R2 Program- Day 1

of 11

Transcript of The SKC’s SQL SERVER 2008R2 Program- Day 1

  • 8/4/2019 The SKCs SQL SERVER 2008R2 Program- Day 1

    1/11

    Relevant Skills Needed for Todays IT

    Workforce

    THE SKC`S -- LEARNING TREE

    The SKCs Program: SQL SERV

  • 8/4/2019 The SKCs SQL SERVER 2008R2 Program- Day 1

    2/11

  • 8/4/2019 The SKCs SQL SERVER 2008R2 Program- Day 1

    3/11

    Goals of this Course

    SKC`s Learning Tree Program :SQL SERVER 2000R2, proudly annthat , this program will help all SQL Server users who want to get a gunderstanding of this database system and to work successfully with

    Course Content is divided into 5 parts:

    1-3 : Database Engine (Beginners)4 : Business Intelligence users (Analysis services concerning BI)5 : XML data / spatial data

  • 8/4/2019 The SKCs SQL SERVER 2008R2 Program- Day 1

    4/11

    Contents at Glance

    Part 1: (Chapters: 1-3)Basic Concepts andInstallation

    Part 2: (Chapters: 4Transact-SQL Lang

    Part 3: (Chapters: 15-21)

    SQL Server: SystemAdministration

    Part 4: (Chapters: 22-26

    SQL Server and BusineIntelligence

    Part 5: (Chapters: 27-29)Beyond Relational Data

    Course Lengt

  • 8/4/2019 The SKCs SQL SERVER 2008R2 Program- Day 1

    5/11

    Introduction

  • 8/4/2019 The SKCs SQL SERVER 2008R2 Program- Day 1

    6/11

    SQL Server isnt only a database system.

    It is a platform that manages structured,semistand unstructured data.

    SQL Server is best widely system for windows systems, because of its tight integration and lo

    Why SQL SERVER ?

  • 8/4/2019 The SKCs SQL SERVER 2008R2 Program- Day 1

    7/11

  • 8/4/2019 The SKCs SQL SERVER 2008R2 Program- Day 1

    8/11

    In SQL, Semicolon (;) is used to separate two SQL statements

    statement group.

    (Error : if we dont include semicolon)

    In Transact-SQL, use of semicolons (;) is optional.

    Transact-SQL uses GO statement. This nonstandardized statem

    separate statement groups from each other.

    Extended syntax : GO n (where n=1,2,n) means that statement gexecuted n times.

    USE statement is used to specify the specified database.

    e.g.: USE sample; means statements follow are related to sample

    SQL

    Transact-SQL

    Differences Between SQL and Transact-SQL Synta

  • 8/4/2019 The SKCs SQL SERVER 2008R2 Program- Day 1

    9/11

    Planning The Installation of SQL Server

    Purpose of SQL SERVER System

    Hardware and Network Requirements

    SQL Server Editions

  • 8/4/2019 The SKCs SQL SERVER 2008R2 Program- Day 1

    10/11

    http://www.microsoft.com/download/en/details.aspx?id=25

    Planning and Installing of SQL Server R2

    http://www.microsoft.com/download/en/details.aspx?id=25174http://www.microsoft.com/download/en/details.aspx?id=25174
  • 8/4/2019 The SKCs SQL SERVER 2008R2 Program- Day 1

    11/11

    Working with Databases

    Microsofts AdventureWorks database. Microsofts AdventureWorksDW database.

    Sample Database. (Four Tables)

    Links:

    http://msftdbprodsamples.codeplex.com/releases/v

    http://msftdbprodsamples.codeplex.com/releases/view/55926http://msftdbprodsamples.codeplex.com/http://msftdbprodsamples.codeplex.com/releases/view/55926