SQL Server 2008
SQL Server 2008
SQL Server 2008
Course Brochure
Overview
Microsoft Sql Server 2008 is basically designed to suit the requirements of Database design and development. Audience gets complete knowledge on SQL commands, constraints, views, sub queries, indexes etc... as well as how to program with T-SQL i.e.. developing stored procedures, triggers, functions, cursors etc... Complete discussion on XML integration, CLR integration, Log on triggers, Ranking functions, new isolation levels etc.. Discusses all the advanced features of SQL Server 2005 and new features of SQL Server 2008
Prerequisites
Basic knowledge of Microsoft Windows operating system.Knowledge of any one language like C is added advantage.Knowledge of databases is another added advantage.
Applications
Page 2
COURSE CONTENTS
SubQueries Advanced Queries
Basics
Database DBMS RDBMS Oracle and SQL Server
Views
Create View Advantage of Views Updatable Views NonUpdatable Views Index Views
Introduction to T-SQL
Anonymous Block Stored Block
SQL Language
DQL DML(INSERT, UPDATE, DELETE, MERGE) TCL DDL DCL
Data Integrity
Domain Integrity Entity Integrity Referential Integrity
Database Design
Normalization De Normalization Database Diagrams (E-R)
Page 3
COURSE CONTENTS
Database Permissions Introduction to Roles, Schema Droping Login
Triggers
DML Triggers (After | Instead of ) DDL Triggers Magic Tables Advantages of Triggers
Database Maintenance
Backup Database Restore Database Deployment of Database Generating T-SQL Scripts and Batches System Databases and System Tables
Indexes
Clustered Index Non Clustered Index Creating Index Advantages of Indexes
XML Integration
FOR XML OPEN XML XML Data Type
Datawarehousing Support
OLTP OLAP Analysis Services (SSAS) Reporting Services (SSRS) Sample Projects
Security
Windows Authentication SQL Server Authentication Creating Login