Sandline Training
CD-ROM Video Based Courses
   
 

MCITP 70-442 Training Course
Designing and Optimizing Data Access by Using Microsoft SQL Server 2005


Sandline Traning, offers you the most effective way to earn your Microsoft Certified IT Professional (MCITP) Certification!!

Sandline Traning's proven instructor-based, interactive learning system for this course combines the convenience and affordability of computer-based training with the personal attention and effectiveness of instructor-led training for a complete study solution. We give you the flexibility and affordability you need by delivering the entire course through a computer-based training system.

 

COURSE DESCRIPTION:

Microsoft Certified IT Professional: Database Developer (MCITP: Database Developer) is the premier certification for database designers and developers. This credential demonstrates that you can design a secure, stable, enterprise database solution by using Microsoft SQL Server 2005.

Database developers design and implement relational database models (logical and physical) and database storage objects. They also program servers by using user-defined functions, triggers, stored procedures, Transact-SQL, or the CLR. They retrieve or modify data using SQL queries or tune and optimize queries. Database developers are typically employed by mid-sized to large-sized organizations.

Students for this exam are professional database developers who design and implement database solutions. They have three or more years dedicated to database work, which may include writing Transact-SQL queries, designing and implementing programming objects, optimizing databases, designing databases at both the conceptual and logical levels and implementing databases at the physical level. The typical work environment is an enterprise or a medium-sized organization. Students should be experienced in using Microsoft SQL Server 2005.

Sandline Traning recommends students should be an expert in the following areas before taking this course:

 


Our easy-to-use delivery format allows you to concentrate on the lesson at hand and not how to run the delivery software - saving you time and frustration. Our comprehensive course materials are delivered in an easy-to- understand format - allowing you to get the most out of your time.

Our CD-rom courses incorporate audio, video, and text training and then the total experience is reinforced with exercises and practice tests to ensure that you have really grasped the material.

This Course includes:
Key:
Online Course = All items marked with are included.
CD Study Kit = Everything! - If its marked with then its included.
For Pricing - Click Here
Live Video,
instructor-led
 
CD
Courses =
5 Interactive
CD-ROM's
Online
Courses =
Online Streaming Video
(Broadband min 512k)
Featuring live instructor-led classroom-like sessions in digital video format. Multimedia-rich delivery brings experienced subject matter experts to your desktop or laptop.
Training Simulations  
CD
Courses =
Delivered on CD
Online
Courses =
Online Access
Interactive hands-on practice lab
Email Support  
1 Year's Technical Email Support
1 E-Books
CD
Courses =
Delivered on CD
Online
Courses =
Downloadable
Comprehensive eBook in the PDF file format.
Free Upgrades  
12 months of Free Upgrades.
Compatibility with:  

Compatibility with:
NT | 95 | 98 | 2000 | ME | XP || |Server 2003 | Vista
Exam Simulator  
Exam Simulator for closest replication to the real exam!
   
 
 
 

(Course covers)

 
 

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.

~Overview of the Built-in SQL Server Services
~ Evaluating When to Use the New SQL Server Services
~Evaluating 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.

~ 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

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.

~ Defining Standards for Storing XML Data in a Solution
~Designing a Database Solution Schema
~Designing a Scale-Out Strategy

Module 4: Designing a Transaction Strategy for a SQL Server 2005 Solution
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.

~ Defining Data Behavior Requirements
~Defining Isolation Levels
~Designing 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.

~Defining Event Data
~Designing a Subscription Strategy
~Designing a Notification Strategy
~Designing 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.

~Designing a Service Broker Solution Architecture
~Designing Service Broker Data Flow
~Designing 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.

~Designing a Source Control Strategy
~Designing a Unit Test Plan
~Creating a Performance Baseline and Benchmarking Strategy
~Designing 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.

~Evaluating Common Table Expressions
~Evaluating Pivot Queries
~Evaluating Ranking Queries
~Overview of XQuery
~Overview of Strategies for Converting Data Between XML and Relational Formats

Designing the Data Tier for a Microsoft SQL Server 2005

Module-1 Choosing Data Access Technologies and an Object Model
This module explains how to choose data access technologies and an object model to support an organization's business needs.

~Introduction to Data Access Technologies
~Choosing Technologies for Accessing Data
~Building a Data Access Layer
~Designing Data Access from SQL Common Language Runtime (CLR) Objects
~Available Data Object Models for Administering SQL Server

Module-2 Designing an Exception Handling Strategy
This module describes the various types of exceptions that can occur in a database system, how to capture them, and how to manage them appropriately.

~Exception Types and Their Purposes
~Detecting Exceptions
~Managing Exceptions

Module 3: Choosing a Cursor Strategy
This session describes when cursors are appropriate and how to use them to optimize the use of system resources.

~Common Scenarios for Row-Based vs. Set-Based Operations
~Selecting Appropriate Server-Side Cursors
~Selecting Appropriate Client-Side Cursors

Module 4: Designing Query Strategies Using Multiple Active Result Sets
This module describes when Multiple Active Result Sets (MARS) can improve application response time and user satisfaction.

~Introduction to MARS
~Designing Query Strategies for Multiple Reads
~Designing Query Strategies for Mixing Reads and Writes in the Same Connection
~Concurrency Considerations When Using MARS

Module 5: Designing Caching Strategies for Database Applications
This module describes how to optimize system resources by caching data and objects in the appropriate layers.

~Why Caching Is Important
~Data and Query Caching in SQL Server 2005
~Using Caching Technologies Outside of SQL Server
~Custom Caching Techniques

Module 6: Designing a Scalable Data Tier for Database Applications
This module describes how to assess scalability needs and design the best architecture to scale the system to meet those needs.

 

 

Tuning and Optimizing Queries using Microsoft SQL Server 2005

Module 1: Measuring Database Performance
This module provides students with an opportunity to measure database performance and identify database performance bottlenecks. Students will use a sample script to identify performance and concurrency problems, capture baseline performance, and prioritize identified problems for optimization.

~Importance of Benchmarking
~Key Measures for Query Performance: Sysmon
~Key Measures for Query Performance: Profiler
~Guidelines for Identifying Locking and Blocking

Module 2: Optimizing Physical Database Design
In this unit, students work with strategies for optimizing physical database design. Students will optimize a database schema using normalization, generalization, and denormalization.

~Performance Optimization Model
~Schema Optimization Strategy: Keys
~Schema Optimization Strategy: Responsible Denormalization
~Schema Optimization Strategy: Generalization

Module 3: Optimizing Queries for Performance
In this unit students experience optimizing and tuning queries to improve performance.

~Performance Optimization Model: Queries
~What Is Query Logical Flow?
~Considerations for Using Subqueries

Module 4: Refactoring Cursors into Queries
In this unit, students will work with strategies for refactoring cursors into queries. In the lab, students will work to optimize a database by replacing slow iterative code with faster set-based code.

~Performance Optimization Model: Query-Set-based solutions
~Five Steps to Building a Cursor
~Strategies for Refactoring Cursors

Module 5: Optimizing an Indexing Strategy
In this unit, students will work on optimizing indexing strategies. Students will work with a given database to add and delete indexes, by providing the optimum bridge between the query and the data without any redundancies.

~Performance Optimization Model: Indexes
~Considerations for Using Indexes
~Best Uses of the Clustered Index
~Best Practices for Non-Clustered Index Design
~How to Document an Indexing Strategy

Moduel 6: Managing Concurrency
This unit provides students with the opportunity to work with concurrency management. Students will look for concurrency issues and then solve them by optimizing transactions and adjusting the transaction isolation level.

~Performance Optimization Model: Locking and Blocking
~Multimedia - "How to Use Efficient Queries to Reduce Locking and Blocking"
~Strategies to Reduce Locking and Blocking.

 

 




About Our Instructor


Ricardo Benmeli,

Ricardo Benmeli is an Information Systems Consultant with 18 years hands-on experience in systems development, programming, networking, training, project and staff management. Highly skilled at interfacing with end users to determine systems specifications, design and implement finished projects and provide software and hardware training full of real-world examples.. Ric's unique training style includes his ability to be a strong team builder with superior motivational skills.



 

Full motion video
Each class is presented in full motion video allowing you to see the steps, hear the explanations, and perform the tasks which includes our interactive hands-on training simulations, students will learn from real-world scenarios taught by our expert instructor.

Instructor-Led Training
combines both the convenience and affordability of computer-based training with the effectiveness of a traditional classroom setting. The instructors featured in our multi-media CD's are not only certified in their area of expertise, but also have years of real world experience and are subject matter experts in their fields.



 

E-BOOKS (PDF)
We supply a complete line of e-books to offer a complete training solution. Our courses include e-books for CompTIA, CISCO and Microsoft certifications.

Supplied on CD for CD Courses.
Downloadable for Online Courses.

 


Practice Exam Simulators
Sandline Learning offers exam simulators for all technical certifications. Our exam simulators are the closest replication to the real exam!

Our exam simulators creates a simulation of an actual certification exam. Under timed conditions, IntelliSage? sets up a test with 60 randomly chosen questions designed to help you get ready for the real exam. As with the Practice Exam, the Certification Simulator allows you to mark questions you cannot answer for review at the end of the test.
If you ask, IntelliSage? will show you the correct answer. IntelliSage? will also explain why it is the correct answer when you select the "Learn Now" feature. The Practice Exam is the first IntelliSage? step in getting you ready to pass your certification exams.


Hands-on Lab Simulation
Hands-on Lab Simulation is a
crucial component of your IT training. Practice make perfect. Step-by-step hands-on labs with detail instructions are included to reinforce all key concepts. When you complete a topic, choose the Lab Simulation button to select the associated hands-on lab exercises. Labs allow you to reinforce concepts by performing the tasks you've just learned..
 

Free Upgrades
A unique benefit of the Sandline Learning System? is that
it allows you to stay current with the ever-changing certification requirements. When a certification test changes and we produce an upgrade for the certification program, we offer our customers free upgrades on their interactive CD-ROM's for up to 1 year from date of original purchase? absolutely free!

 
 


Free educational support from our certified staff  


 
 
 

MCITP 70-442 Training Course

   
 
 
Online Course:
CD Study Kit:
List Price: £495  
You Save: £156  
Availability: In Stock  
Rating:  
 
 
 

 
1yr Unlimited Online Access to 143 Courses