Training, cursus 50401: Designing and Optimizing Database Solutions with Microsoft SQL Server 2008 opleiding (MS50401) door Master it Training
Neem contact met ons op, bijvoorbeeld voor training, cursus 50401: designing and optimizing database solutions with microsoft sql server 2008 opleiding (ms50401) door master it training
   
Volg uw (maatwerk) cursus, training of opleiding bij Master it Training en profiteer van onze unieke 100% kwaliteitsgarantie!
Master it Training: 650 IT trainingen en cursussen voor o.a. Microsoft MCTS MCITP VMware PRINCE2 en Office

Designing and Optimizing Database Solutions with Microsoft SQL Server 2008

MS50401

This five-day training provides the knowledge and skills that IT Professionals need to design, optimize, and maintain SQL Server 2008 database.

Doelgroep

The audience of this training is developers who implement database solutions or perform development utilizing the programming features and functionality of SQL Server. Students taking this course are expected to have three or more years of experience working on databases for two or more of the following phases in the product lifecycle - design, development, deployment, optimization, maintenance, or support. They should possess a four-year college degree, BS or BA, in the computer field.

Voorkennis

Before attending this training, students must have:

  • Working knowledge of data storage. Specifically, they should know about row layout, fixed length field placement and varying length field placement.
  • Knowledge about index structures and index utilization. Specifically, they must understand the interaction between non-clustered indexes, clustered indexes and heaps. They must know why a covering index can improve performance.
  • Hands-on database developer experience. Specifically, they should have three years of experience as a full-time database developer in an enterprise environment.
  • Knowledge about the locking model. Specifically, students should have an understanding of lock modes, lock objects and isolation levels and be familiar with process blocking.
  • Understanding of Transact-SQL syntax and programming logic. Specifically, students should be completely fluent in advanced queries, aggregate queries, subqueries, user-defined functions, cursors, control of flow statements, CASE expressions, and all types of joins.
  • Knowledge about the trade offs when backing out of the fully normalized design and designing for performance and business requirements in addition to being familiar with design models, such as Star and Snowflake schemas. They should be able to design a database to third normal form (3NF).
  • Strong monitoring and troubleshooting skills, including usage of monitoring tools.
  • Basic knowledge of the operating system and platform. That is, how the operating system integrates with the database, what the platform or operating system can do, and how interaction between the operating system and the database works.
  • Basic knowledge of application architecture. That is, how applications can be designed in three layers, what applications can do, how interaction between the application and the database works, and how the interaction between the database and the platform or operating system works.
  • Knowledge of using a data modeling tool.
  • Knowledge of SQL Server 2005 features, tools, and technologies.
  • Have a Microsoft Certified Technology Specialist: Microsoft SQL Server 2005 credential - or equivalent experience.

In addition, it is recommended, but not required, that students have completed:

  • Course MS2779, Implementing a Microsoft SQL Server 2005 Database.
  • Course MS2780, Maintaining a Microsoft SQL Server 2005 Database.

Lesmethode

U volgt deze training in onze Open Master Class. Door een groepsgrootte van gemiddeld 6 en maximaal 8 cursisten, bent u verzekerd van een individuele en maatgerichte training. U werkt in uw eigen tempo en beschikt over een gecertificeerde en ervaren docent die u gedurende uw training persoonlijk begeleidt en al uw vragen omtrent de lesstof beantwoordt. Uiteraard profiteert u ook bij deze training van onze 100% Kwaliteitsgarantie.

Duur

5 dagen

Tarief excl. BTW

€ 1.975,00 per deelnemer
Het tarief voor deze training is inclusief studiemateriaal, certificaat, koffie/thee en een uitgebreide lunch.

Trainingstijden

Onze trainingen vinden plaats van 9.30 tot 12.15 en van 13.15 tot 16.30 uur.

Certificering / traject

Microsoft MCITP certificering

Examen

Examen 70-451

Gerelateerde trainingen

MS2779: Implementing a Microsoft SQL Server 2005 Database
MS2780: Maintaining a Microsoft SQL Server 2005 Database

Huidige categorie

Trainingsaanbod  »  Development trainingen  »  SQL Server

Module 1: Designing a Conceptual Database Model
This module explains the guidelines for designing a conceptual database model with a systematic perspective. A systematic approach involves formulating your database design process, following guidelines on how to gather and document database requirements, and following best practices when formulating a conceptual design. Finally, you will learn the guidelines for using Entity Framework.

Lessons:

  • Overview of Database Design
  • Gathering Database Requirements
  • Creating a Conceptual Database Design
  • Overview of Entity Framework

Module 2: Designing a Logical Database Model
This module explains the best practices followed when you build a new logical database model. You will also learn the guidelines for normalization when designing an OLTP model and when designing a data warehouse database. Finally, you will learn to evaluate the existing logical model of a database.

Lessons:

  • Guidelines for Building a Logical Database Model
  • Planning for OLTP Activity
  • Evaluating Logical Models

Module 3: Designing a Physical Database Model
This module explains the guidelines to be followed when designing physical database objects and constraints. The module also covers the best practices for designing database tables and for designing data integrity.

Lessons:

  • Selecting Data Types
  • Designing Database Tables
  • Designing Data Integrity

Module 4: Designing Databases for Optimal Performance
This module explains the considerations for designing indexes. The module also covers the guidelines for designing scalable databases, and choosing additional optimization techniques, including designing for plan guide and partition.

Lessons:

  • Guidelines for Designing Indexes
  • Designing a Partitioning Strategy
  • Designing a Plan Guide
  • Designing Scalable Databases

Module 5: Designing Security for SQL Server 2008
This module explains the best practices to be followed when designing for security in a database. The module will cover the guidelines for designing security for identity and access control, SQL development, database deployment. Finally, this module explains the guidelines for designing secure operations.

Lessons:

  • Exploring Security in SQL Server 2008
  • Implementing Identity and Access Control
  • Guidelines for Secure Development in SQL Server 2008
  • Guidelines for Secure Deployment of SQL Server 2008
  • Guidelines for Secure Operations

Module 6: Designing a Strategy for Database Access
This module explains the best practices to be followed when designing a database access strategy. The module will cover the guidelines for designing views, stored procedures, and user defined function. Finally, this module explains the guidelines for CLR development.

Lessons:

  • Guidelines for Designing Secure Data Access
  • Designing Views
  • Designing Stored Procedures
  • Designing User-Defined Functions

Module 7: Designing Queries for Optimal Performance
This module will explain the considerations for optimizing and tuning queries to improve performance. The module will cover the design considerations to refactor cursors into queries.

Lessons:

  • Considerations for Optimizing Queries for Performance
  • Refactoring Cursors into Queries
  • Extending Set-Based Operations

Module 8: Designing a Transaction and Concurrency Strategy
This module describes considerations and guidelines for defining a transaction strategy for a solution. It also shows the guidelines to specify isolation levels for data stores.

Lessons:

  • Guidelines for Defining Transactions
  • Defining Isolation Levels
  • Guidelines for Designing a Resilient Transaction Strategy

Module 9: Designing an XML Strategy
This module describes the guidelines to design XML techniques. This module will cover the design considerations for XML storage, XQuery, XPath, and FOR XML clause. Finally, this module will cover the considerations for converting data between XML and relational formats.

Lessons:

  • Designing XML Storage
  • Designing an XML Query Strategy
  • Designing a Data Conversion Strategy

Module 10: Designing SQL Server 2008 Components
This module provides an overview of SQL Server 2008 architecture and the various considerations for choosing SQL Server components to be included in a solution. The module will also cover the considerations for designing service broker and full text search.

Lessons:

  • Overview of SQL Server 2008 Components
  • Designing a Service Broker Architecture
  • Designing the Service Broker Data Flow
  • Designing the Service Broker Availability
  • Exploring Full-Text Search
  • Designing a Full-Text Search Strategy

Duur

5 dagen

Tarief excl. BTW

€ 1.975,00 per deelnemer

Certificering / traject

Microsoft MCITP certificering

Examen

Examen 70-451

Gerelateerde trainingen

MS2779: Implementing a Microsoft SQL Server 2005 Database
MS2780: Maintaining a Microsoft SQL Server 2005 Database

Huidige categorie

Trainingsaanbod  »  Development trainingen  »  SQL Server

Op deze pagina kunt u alle bij deze training behorende informatie eenvoudig en overzichtelijk printen. Daarnaast bieden wij u de mogelijkheid om direct een persoonlijke webofferte te genereren (optie 2). Maar natuurlijk sturen wij u ook graag een maatwerk- of persoonlijke offerte toe!

Optie 1: Trainingsinhoud printen.
Print :

Optie 2: Genereer nu direct een Webofferte (PDF document).
Organisatie :
Voorletter(s) / Naam :
Titel :   
Adres :
Postcode :
Plaats :
Telefoonnummer :
   

Optie 3: Maatwerk- / persoonlijke offerte aanvragen.
Offerte op maat :

Maak een keuze uit onderstaande opties en geef het aantal deelnemers op voor de training Designing and Optimizing Database Solutions with Microsoft SQL Server 2008 (MS50401). Op de volgende pagina kunt u vervolgens per deelnemer de naam- en contactgegevens opgeven.

Inschrijven

Duur  : 5 dagen
Tarief excl. BTW  : € 1.975,00 per deelnemer
Inclusief studiemateriaal, certificaat, koffie/thee en een uitgebreide lunch.
Kies een datum
:
Startdatum Volgdata Locatie Methode
  18 jun 19, 20, 21, 22 jun 2012 Rotterdam Open Master Class
  25 jun 26, 27, 28, 29 jun 2012 Amsterdam Open Master Class
  3 jul 4, 5, 6, 7 jul 2012 Rotterdam Open Master Class
  6 aug 7, 8, 9, 10 aug 2012 Eindhoven Open Master Class
  13 aug 14, 15, 16, 17 aug 2012 Amsterdam Open Master Class
  27 aug 28, 29, 30, 31 aug 2012 Utrecht Open Master Class
  10 sep 11, 12, 13, 14 sep 2012 Rotterdam Open Master Class
  17 sep 18, 19, 20, 21 sep 2012 Rotterdam Open Master Class
  24 sep 25, 26, 27, 28 sep 2012 Utrecht Open Master Class
  24 sep 25, 26, 27, 28 sep 2012 Rotterdam Open Master Class
  1 okt 2, 3, 4, 5 okt 2012 Amsterdam Open Master Class
  8 okt 9, 10, 11, 12 okt 2012 Eindhoven Open Master Class
  15 okt 16, 17, 18, 19 okt 2012 Amsterdam Open Master Class
  29 okt 30, 31 okt, 1, 2 nov 2012 Amsterdam Open Master Class
  5 nov 6, 7, 8, 9 nov 2012 Utrecht Open Master Class
  19 nov 20, 21, 22, 23 nov 2012 Utrecht Open Master Class
Meer data-opties voor deze training..
Aantal deelnemers  :
   

Login op MIJN Master it met uw e-mailadres en wachtwoord.

Registreren  |  Winkelwagentje

Inhoud Mijn winkelwagentje
Inschrijvingen: 0
Totaalbedrag: € 0,00
Zoek training

English information English information
Master it Training is Microsoft GOLD Certified Partner