GKI -
GKI - Learning. To Make a Difference.
Ricerca   
 
 
Select your country
 
Catalogo Corsi > Microsoft > Implementing a Microsoft SQL Server 2008 Database (MS-6232)
MS-6232

Implementing a Microsoft SQL Server 2008 Database

Classroom learning Virtual Learning E-learning On-site learning

Questo corso di cinque giorni fornisce agli studenti le conoscenze necessarie per implementare un database con Microsoft SQL Server 2008. Il corso si concentra sull’utilizzo delle caratteristiche e dei tools di SQL Server 2008 utili per l’implementazione di un database.



Cosa si impara

Al termine del corso il partecipante sarà in grado di:

  • Creare database e file di database.
  • Creare i tipi di dati e le tabelle.
  • Utilizzare le caratteristiche relative a XML in Microsoft SQL Server 2008.
  • Pianificare, creare e ottimizzare gli indici.
  • Implementare la data integrity in Microsoft SQL Server 2008 utilizzando i constraints.
  • Implementare la data integrity in Microsoft SQL Server 2008 utilizzando i triggers.
  • Implementare le viste.
  • Implementare le stored procedures.
  • Implementare le functions.
  • Gestire le transazioni e i locks.
  • Utilizzare Service Broker per costruire una soluzione messaging-based.

Cosa si impara


Chi dovrebbe partecipare

Questo corso è rivolto ai professionisti IT che amministrano i databases con Microsoft SQL Server.

 



Visualizza tutto   Nascondi tutto/Nascondi tutto

Vedi/Nascondi  Contenuto dettagliato

Module 1: Creating Databases and Database Files

The students will learn one of the most fundamental tasks that a database developer must perform, the creation of a database and its major components, such as creating databases, setting database options, creating filegroups, schemas, and database snapshots.

Lessons

  • Lesson 1: Creating Databases
  • Lesson 2: Creating Filegroups
  • Lesson 3: Creating Schemas
  • Lesson 4: Creating Database Snapshots 

Lab: Creating Databases and Database Files

  • Exercise 1: (Level 200) Creating a Database
  • Exercise 2: (Level 200) Creating Schemas
  • Exercise 3: (Level 300) Creating a Database Snapshot
     

Module 2: Creating Data Types and Tables

The students will learn about the system-supplied data types in SQL Server 2008. They will learn how to define custom Transact-SQL data types and how to create tables and how to use partitioned tables to organize data into multiple partitions.

Lessons

  • Lesson 1: Creating Data Types
  • Lesson 2: Creating Tables
  • Lesson 3: Creating Partitioned Tables 

Lab: Creating Data Types and Tables

  • Exercise 1 (Level 200): Creating Data Types
  • Exercise 2 (Level 200): Using New Date and Time Data Types
  • Exercise 3 (Level 200): Creating Tables
  • Exercise 4: (Level 300) Creating Partitioned Tables.
     

Module 3: Creating and Tuning Indexes

The students will learn how to plan, create, and optimize indexes to attain optimal performance benefits.

Lessons

  • Lesson 1: Planning Indexes
  • Lesson 2: Creating Indexes
  • Lesson 3: Optimizing Indexes

Lab: Creating and Tuning Indexes

  • Exercise 1: (Level 200) Creating Indexes
  • Exercise 2: (Level 300) Tuning Indexes
     

Module 4: Implementing Data Integrity by Using Constraints and Triggers

The students will learn about implementing data integrity in SQL Server 2008 by using constraints. They will also implement data integrity by using triggers.

Lessons

  • Lesson 1: Data Integrity Overview
  • Lesson 2: Implementing Constraints
  • Lesson 3: Implementing Triggers

Lab: Implementing Data Integrity by Using Constraints and Triggers

  • Exercise 1: (Level 200) Creating Constraints
  • Exercise 2: (Level 200) Disabling Constraints
  • Exercise 3: (Level 300) Creating Triggers

Module 5: Using XML

The students will learn how to work with XML, including use of the FOR XML clause, the OPENXML function, XQuery expressions, and the xml native data type. They will learn the considerations to be taken into account when creating XML indexes and the syntax used to create the XML indexes. They will also learn what XML schemas and XML schema collections are as well as how to use them to implement typed XML data.

Lessons

  • Lesson 1: Using the XML Data Type
  • Lesson 2: Retrieving XML by Using FOR XML
  • Lesson 3: Shredding XML by Using OPENXML
  • Lesson 4: Introducing XQuery
  • Lesson 5: Creating XML Indexes
  • Lesson 6: Implementing XML Schemas

Lab: Using XML

  • Exercise 1: (Level 200) Mapping Relational Data and XML
  • Exercise 2: (Level 200) Storing XML Natively in the Database
  • Exercise 3: (Level 300) Using XQuery with XML Methods
  • Exercise 4: (Level 200) Create XML Indexes
  • Exercise 5: (Level 300) Implementing XML Schemas
     

Module 6: Implementing Views

The students will be introduced to the different types of views available in Microsoft SQL Server 2008 which provide a convenient way to access data through a predefined query.

Lessons

  • Lesson 1: Introduction to Views
  • Lesson 2: Creating and Managing Views
  • Lesson 3: Optimizing Performance by Using Views 

Lab: Implementing Views

  • Exercise 1: (Level 200) Creating Views
  • Exercise 2: (Level 200) Creating Indexed Views
  • Exercise 3: (Level 200) Creating Partitioned Views

Module 7: Implementing Stored Procedures

The students will learn the design and implementation of stored procedures to enforce business rules or data consistency, or to modify and maintain existing stored procedures written by other developers.

Lessons

  • Lesson 1: Implementing Stored Procedures
  • Lesson 2: Creating Parameterized Stored Procedures
  • Lesson 3: Working With Execution Plans
  • Lesson 4: Handling Errors 

Lab: Implementing Stored Procedures

  • Exercise 1: (Level 300) Creating Stored Procedures
  • Exercise 2: (Level 300) Working with Execution Plans
     

Module 8: Implementing Functions

The students will learn the design and implementation of user-defined functions that enforce business rules or data consistency, or to modify and maintain existing functions written by other developers.

Lessons

  • Lesson 1: Creating and Using Functions
  • Lesson 2: Working with Functions
  • Lesson 3: Controlling Execution Context

Lab: Implementing Functions

  • Exercise 1: (Level 300) Creating Functions
  • Exercise 2: (Level 300) Controlling Execution Context
      

Module 9: Implementing Managed Code in the Database

The students will learn to use managed code to implement database objects, such as stored procedures, user-defined data types, user-defined functions, and triggers.

Lessons

  • Lesson 1: Introduction to the SQL Server Common Language Runtime
  • Lesson 2: Importing and Configuring Assemblies
  • Lesson 3: Creating Managed Database Objects 

Lab: Implementing Managed Code in the Database

  • Exercise 1: (Level 300) Importing an Assembly
  • Exercise 2: (Level 300) Creating Managed Database Objects
     

Module 10: Managing Transactions and Locks

The students will learn to use transactions and SQL Server locking mechanisms to meet the performance and data integrity requirements of their applications.

Lessons

  • Lesson 1: Overview of Transactions and Locks
  • Lesson 2: Managing Transactions
  • Lesson 3: Understanding SQL Server Locking Architecture
  • Lesson 4: Managing Locks 

Lab: Managing Transactions and Locks

  • Exercise 1: (Level 300) Using Transactions
  • Exercise 2: (Level 300) Managing Locks
  • Exercise 3: (Level 300) Using Partition Locking
     

Module 11: Using Service Broker

The students will learn to use Service Broker to create secure, reliable, and scalable applications.

Lessons

  • Lesson 1: Service Broker Overview
  • Lesson 2: Creating Service Broker Objects
  • Lesson 3: Sending and Receiving Messages

Lab: Using Service Broker

  • Exercise 1: (Level 300) Creating Service Broker Objects
  • Exercise 2: (Level 300) Implementing the Initiating Service
  • Exercise 3: (Level 300) Implementing the Target Service
     

Vedi/Nascondi  Contenuto dettagliato

Vedi/Nascondi  Contenuto dettagliato

Vedi/Nascondi  Prerequisiti

Per poter partecipare al corso il partecipante deve avere:

  • Conoscenze di base sui sistemi operativi Microsoft Windows.
  • Conoscenze pratiche di Transact-SQL.
  • Conoscenze pratiche di database relazionali.
  • Esperienza di database design.

Vedi/Nascondi  Corsi successivi

Vedi/Nascondi  Esami / Certificazioni



 
Iscriviti al corso
Classroom learning Classroom learning Vedi/Nascondi
Prezzo: € 1600 - Durata: 5 Giorni
29/03/2010 - 02/04/2010
Milano (In italiano)
Iscriviti
12/04/2010 - 16/04/2010
Roma (In italiano)
Iscriviti
19/04/2010 - 23/04/2010
Bologna (In italiano)
Iscriviti
26/04/2010 - 30/04/2010
Milano (In italiano)
Iscriviti
10/05/2010 - 14/05/2010
Roma (In italiano)
Iscriviti
17/05/2010 - 21/05/2010
Bologna (In italiano)
Iscriviti
24/05/2010 - 28/05/2010
Milano (In italiano)
Iscriviti
07/06/2010 - 11/06/2010
Roma (In italiano)
Iscriviti
14/06/2010 - 18/06/2010
Bologna (In italiano)
Iscriviti
21/06/2010 - 25/06/2010
Milano (In italiano)
Iscriviti
05/07/2010 - 09/07/2010
Roma (In italiano)
Iscriviti
12/07/2010 - 16/07/2010
Bologna (In italiano)
Iscriviti
19/07/2010 - 23/07/2010
Milano (In italiano)
Iscriviti
13/09/2010 - 17/09/2010
Milano (In italiano)
Iscriviti
11/10/2010 - 15/10/2010
Bologna (In italiano)
Iscriviti
08/11/2010 - 12/11/2010
Milano (In italiano)
Iscriviti
22/11/2010 - 26/11/2010
Roma (In italiano)
Iscriviti
Virtual learning Virtual learning Vedi/Nascondi
E-learning E-learning Vedi/Nascondi

 

On-site learning On-site learning Vedi/Nascondi
Per informazioni e iscrizioni: n° verde 800-824.017, e-mail info.it@gki.it
 

Info

 

 

Info

 

 

Info