Accroche
Nos formations
 
 
 
 
Designing Microsoft SQL Server 2005 Server-Side Solutions
Réf. : MS2781
Durée : 3j / 21h
Tarif : Nous consulter
Sessions ouvertes :
Mai 5 au 7
Juin
Juil
Réserver

Pré-requis

À la fin de ce cours, les stagiaires seront à même d'effectuer les tâches suivantes :

  • une expérience pratique de l'architecture de SQL Server 2005, notamment l'indexation, les plans d'exécution SQL et la configuration de base de SQL Server ;
  • des connaissances de base en matière d'analyse et de résolution des problèmes. Par exemple, les stagiaires sont censés avoir utilisé le moniteur système et l'analyseur de performances dans leur travail ;
  • une expérience pratique du système d'exploitation et de la plate-forme. Les stagiaires devront comprendre comment le système d'exploitation intègre la base de données, ce que peut faire la plate-forme ou le système d'exploitation, ainsi que l'interaction entre le système d'exploitation et la base de données ;
  • des notions de base de l'architecture serveur, comme l'utilisation de l'UC et de la mémoire, ainsi que les entrées/sorties (E/S) disque ;
  • des notions de base de l'architecture d'application. Les stagiaires devront savoir comment les applications peuvent être conçues en trois couches, ce que les applications peuvent faire, connaître l'interaction entre les applications et la base de données et l'interaction entre la base de données et la plate-forme ou le système d'exploitation ;
  • une compréhension de la syntaxe Transact-SQL et de la logique de programmation ;
  • des notions de base de la gestion réseau de Microsoft Windows. Les stagiaires devront comprendre le fonctionnement du service DNS et le mode de communication des serveurs entre les domaines ;
  • des connaissances portant sur les fonctionnalités, outils et technologies SQL Server 2005 ;
  • le programme MCTS (Microsoft Certified Technology Specialist) : certification Microsoft SQL Server 2005, ou équivalent.
  • En outre, il est recommandé (mais non obligatoire) que les stagiaires suivent les cours suivants :
  • Cours: Écriture de requêtes avec Microsoft SQL Server 2005 Transact-SQL.
  • Cours: Implémentation d'une base de données Microsoft SQL Server 2005.
  • Cours: Maintenance d'une base de données Microsoft SQL Server 2005.


Participants

This course is intended for current professional database developers who have three or more years of on-the-job experience developing SQL Server database solutions in an enterprise environment.

Objectifs

After attending this course, students will be able to:

  • Select SQL Server services to support an organization's business needs.
  • Design a security strategy for a SQL Server 2005 solution.
  • Design a data modeling strategy.
  • Design a transaction strategy for a SQL Server solution.
  • Design a Notification Services solution.
  • Design a Service Broker solution.
  • Plan for source control, unit testing, and deployment to meet an organization's needs.
  • Evaluate advanced query techniques.
  • Evaluate advanced XML techniques.


Contenu

Module 1: Selecting SQL Server Services to Support Business Needs

This module provides an overview of SQL Server 2005 architecture and the various considerations for choosing SQL Server services to include in a solution. The module also describes considerations for using the database enhancements in SQL Server 2005.

Lessons

• Overview of the Built-in SQL Server Services

• Evaluating When to Use the New SQL Server Services

• Evaluating the Use of Database Engine Enhancements

Lab 1: Selecting SQL Server Services to Support Business Needs

• Translating Business Requirements into SQL Server Services

• Analyzing the Needs of Real Organizations

After completing this module, students will be able to:

• Evaluate the use of the built-in SQL Server services.

• Evaluate the use of the new SQL Server services.

• Evaluate the use of database engine enhancements.

Module 2: Designing a Security Strategy

This module describes the considerations for designing a security strategy for the various components of a SQL Server 2005 solution. This includes considerations for choosing authentication and authorization strategy for a solution, as well as designing security for the solution components such as Notification Services and Service Broker. The module also teaches students the guidelines for designing objects to manage application access. The module provides students with the required knowledge to create an auditing strategy for a database solution. Finally, the module teaches students how to manage security for multiple development teams.

Lessons

• Overview of Authentication Modes and Authorization Strategies

• Designing a Security Strategy for Components of a SQL Server 2005 Solution

• Designing Objects to Manage Application Access

• Creating an Auditing Strategy

• Managing Multiple Development Teams Using the SQL Server 2005 Security Features

Lab 2: Designing a Security Strategy

• Evaluating the Security Tradeoffs of SQL Server Services

• Designing a Database to Enable Auditing

• Designing Objects to Manage Application Access

• Justifying Security Decisions

After completing this module, students will be able to:

• Select the authentication mode and authorization strategy for a SQL Server 2005 solution.

• Design a security strategy for components of a SQL Server 2005 solution.

• Design objects to manage application access.

• Create an auditing strategy.

• Manage multiple development teams by using the SQL Server 2005 security features.

Module 3: Designing a Data Modeling Strategy

In this module, students learn the various considerations and guidelines to define standards for storing XML data in a solution. The module also provides the knowledge required to design a database schema. The module provides information about the considerations for implementing OLTP and OLAP functionality, considerations for determining normalization levels, and considerations for creating indexes. Finally, the module covers the various considerations for designing a scale-out strategy for a solution.

Lessons

• Defining Standards for Storing XML Data in a Solution

• Designing a Database Solution Schema

• Designing a Scale-Out Strategy

Lab 3: Designing a Data Modeling Strategy

• Designing a Database Solution Schema

• Designing Integration of Multiple Data Stores

After completing this module, students will be able to:

• Define standards for storing XML data in a solution.

• Design a database solution schema.

• Design a scale-out strategy for a solution.

Module 4: Designing a Transaction Strategy for a SQL Server 2005 Solutio

This module describes considerations and guidelines for defining a transaction strategy for a solution. It also shows how to define data behavior requirements and specify isolation levels for data stores.

Lessons

• Defining Data Behavior Requirements

• Defining Isolation Levels

• Designing a Resilient Transaction Strategy

Lab 4: Designing a Transaction Strategy for a SQL Server 2005 Solution

• Determining the Database Isolation Level

• Determining the Order of Object Access

• Designing Transactions

• Justifying a Transaction Strategy

After completing this module, students will be able to:

• Define data behavior requirements.

• Define isolation levels for a data store.

• Design a resilient transaction strategy.

Module 5: Designing a Notification Services Solution

This module describes the guidelines and processes for designing a Notification Services solution as part of an overall SQL Server 2005 solution. It shows how to define event data and how to store this data, how to design a subscription strategy for a Notification Services solution, how to design a notification strategy, and how to design a notification delivery strategy.

Lessons

• Defining Event Data

• Designing a Subscription Strategy

• Designing a Notification Strategy

• Designing a Notification Delivery Strategy

Lab 5: Designing a Notification Services Solution

• Defining Event Data

• Designing a Subscription Strategy

• Designing a Notification Strategy

• Executing a Notification Services Solution

After completing this module, students will be able to:

• Define and store event data.

• Design a subscription strategy for a Notification Services solution.

• Design a notification strategy.

• Design a notification delivery strategy.

Module 6: Designing a Service Broker Solution

This module describes the guidelines and processes for designing a Service Broker solution as part of an overall SQL Server 2005 solution. It covers tasks such as designing the Service Broker solution architecture, designing the Service Broker data flow, and designing Service Broker solution availability.

Lessons

• Designing a Service Broker Solution Architecture

• Designing Service Broker Data Flow

• Designing Service Broker Solution Availability

Lab 6: Designing a Service Broker Solution

• Designing a Service Broker Solution Architecture

• Designing a Subscription Strategy

• Executing a Service Broker Solution

After completing this module, students will be able to:

• Design a Service Broker solution architecture.

• Design the Service Broker data flow.

• Design the Service Broker solution availability.

Module 7: Planning for Source Control, Unit Testing, and Deployment

This module teaches the guidelines and considerations for planning for source control, unit testing, and deployment, during the design of a SQL Server 2005 solution. Design tasks covered include designing a source control strategy, designing a unit testing plan, creating a performance baseline and benchmarking strategy, and designing a deployment strategy.

Lessons

• Designing a Source Control Strategy

• Designing a Unit Test Plan

• Creating a Performance Baseline and Benchmarking Strategy

• Designing a Deployment Strategy

Lab 7: Planning for Source Control, Unit Testing, and Deployment

• Designing a Source Control Strategy

• Designing a Unit Testing Plan

• Designing a Deployment Strategy

• Justifying Source Control, Unit Test, and Deployment Strategies

After completing this module, students will be able to:

• Design a source control strategy.

• Design a unit test plan.

• Create a performance baseline and benchmarking strategy.

• Design a deployment strategy.

Module 8: Evaluating Advanced Query and XML Techniques

This module teaches students how to evaluate queries using the advanced query and XML techniques, which students might require when designing a SQL Server 2005 solution. Query tasks include evaluating common table expressions, pivot queries, and ranking techniques. XML tasks include defining standards for storing XML data, evaluating the use of XQuery, and creating a strategy for converting data between XML and relational formats.

Lessons

• Evaluating Common Table Expressions

• Evaluating Pivot Queries

• Evaluating Ranking Queries

• Overview of XQuery

• Overview of Strategies for Converting Data Between XML and Relational Formats

Lab 8: Evaluating Advanced Query Techniques

• Evaluating Common Table Expressions

• Evaluating Pivot Queries

• Evaluating Ranking Queries

• Evaluating Techniques for Converting XML into Relational Data

After completing this module, students will be able to:

• Evaluate the use of Common Table Expressions.

• Evaluate the use of pivot queries.

• Evaluate the use of ranking queries.

• Evaluate the use of XQuery.

• Evaluate strategies for converting data between XML and relational formats.



CFI FORMATION Marque de la Société UNICEM - 14 Avenue de L’Opéra - 75001 PARIS - Tél. : 01 400 600 54 - Fax : 01 400 605 68