0% found this document useful (0 votes)
143 views11 pages

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

This document provides an overview of an SQL Server training course. The course aims to help SQL Server users gain a good understanding of the database system and how to work with it successfully. The 240-hour course covers topics such as basic concepts, installation, the Transact-SQL language, SQL Server administration, business intelligence, and beyond relational data. It also provides information on why SQL Server is a widely used platform, its key components, and differences between SQL and Transact-SQL syntax.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
143 views11 pages

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

This document provides an overview of an SQL Server training course. The course aims to help SQL Server users gain a good understanding of the database system and how to work with it successfully. The 240-hour course covers topics such as basic concepts, installation, the Transact-SQL language, SQL Server administration, business intelligence, and beyond relational data. It also provides information on why SQL Server is a widely used platform, its key components, and differences between SQL and Transact-SQL syntax.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 11

THE SKC`S -- LEARNING TREE

Relevant Skills Needed for Todays IT Workforce

The SKCs Program: SQL SERVER

Goals of this Course


SKC`s Learning Tree Program :SQL SERVER 2000R2, proudly announces that , this program will help all SQL Server users who want to get a good understanding of this database system and to work successfully with it. 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

Contents at Glance
Part 1: (Chapters: 1-3) Basic Concepts and Installation

Course Length: 240 hours

Part 2: (Chapters: 4-14) Transact-SQL Language

Part 4: (Chapters: 22-26) Part 3: (Chapters: 15-21) SQL Server and Business SQL Server: System Intelligence Administration Part 5: (Chapters: 27-29) Beyond Relational Data

Introduction

Why SQL SERVER ?

SQL

Server isnt only a database system. It is a platform that manages structured,semistructured and unstructured data. SQL Server is best widely system for windows operating systems, because of its tight integration and low pricing.

SQL SERVER

SQL

Server system comprises of : Database Engine Relational Database component Analysis Services Reporting Services Integration Services

Differences Between SQL and Transact-SQL Syntax

SQL
In SQL, Semicolon (;) is used to separate two SQL statements in a statement group. (Error : if we dont include semicolon)

Transact-SQL

In Transact-SQL, use of semicolons (;) is optional. Transact-SQL uses GO statement. This nonstandardized statement is used to separate statement groups from each other.

Extended syntax : GO n (where n=1,2,n) means that statement group will be executed n times.

USE statement is used to specify the specified database.

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

Planning The Installation of SQL Server

Purpose of SQL SERVER System Hardware and Network Requirements SQL Server Editions

Planning and Installing of SQL Server R2

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

Working with Databases


Microsofts AdventureWorks database. Microsofts AdventureWorksDW database. Sample Database. (Four Tables)

Links:

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

You might also like