Microsoft Certification Training
Search classes by keyword:
Search classes by category:
Microsoft Certification and Microsoft Training, Cisco Certification and MCSE Certification
MOC 6231 space



Microsoft Course 6231 Training - MOC 6231 Class Outline

Microsoft Course 6231: Maintaining a Microsoft SQL Server 2008 Database

Course Length: 5 days
Certifications: MCTS: Microsoft SQL Server 2008, Implementation and Maintenance
Number of Exams: 1
SATV Vouchers: 5
Class Price: MOC 6231 Training Quote
   
Course Number: #CED-463

"CED provides a perfect platform for Microsoft professionals who are ready to take the next step in their careers."

-William L. Lowry, Naples, FL


MOC 6231 top left headerMOC 6231 top center headerMOC 6231 top right headerMOC 6231 middle headerMOC 6231 header middle centerMOC 6231 middle right headerMOC 6231 bottom left headerMOC 6231 bottom center headerMOC 6231 bottom right header
Custom Training Quote
MOC 6231 top leftMOC 6231 footer top centerMOC 6231 footer top rightMOC 6231 footer middle leftMOC 6231 footer middle centerMOC 6231 footer middle rightMOC 6231 footer bottom leftMOC 6231 footer bottom centerMOC 6231 footer bottom right

  • Hands-on instruction by a certified instructor
  • Includes all course materials and practice exams
  • Onsite Testing
  • Breakfast and Lunch provided each day

Can't travel or you want to stay with your family or business. No problem! Stay in your own city and save the additional expenses of roundtrip airfare, lodging, transportation, and meals and receive the same great instruction live from our instructors in our Live Instructor-Led Remote Classroom Training.

Remote Classroom Training

Our Remote Classroom Training is a live class with students observing the instructor and listening through your computer speakers. You will see the instructor's computer, slides, notes, etc., just like in the classroom. You will be following along, doing work, labs, and individual assignments.


Live Chat

Exam: 70-432 - This instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008 database. The course focuses on teaching individuals how to use SQL Server 2008 product features and tools related to maintaining a database.

Audience

This course is intended for IT Professionals who administer and maintain SQL Server databases.

At Course Completion

After completing this course, students will be able to:

  • Install and configure SQL Server 2008.
  • Manage database files.
  • Backup and restore databases.
  • Manage security.
  • Transfer data into and out of SQL Server.
  • Automate administrative tasks.
  • Replicate data between SQL Server instances.
  • Maintain high availability.
  • Monitor SQL Server.

Course Outline

Module 1: Installing and Configuring SQL Server

The students will be introduced to planning for a SQL Server installation. The students will then be introduced to installing, configuring, and managing SQL Server.

  • Preparing to Install SQL Server
  • Installing SQL Server
  • Configuring a SQL Server Installation

After completing this module, students will be able to:

  • Explain how to prepare the hardware and other resources necessary to install SQL Server.
  • Install SQL Server.
  • Manage and configure SQL Server.
Module 2: Managing Databases and Files

The students will be introduced to database planning and creation, and using database options to control database behavior.

  • Planning Databases
  • Creating Databases
  • Using Policy-Based Management

After completing this module, students will be able to:

  • Plan a database implementation that meets an organization's requirements.
  • Create a SQL Server database.
  • Manage a SQL Server database.
Module 3: Disaster Recovery

The students will be introduced to disaster recovery techniques for SQL Server. They will learn how to perform different types of backup and restore operations, including online restores and backup and restores of system databases.

  • Planning a Backup Strategy
  • Backing Up User Databases
  • Restoring User Databases
  • Performing Online Restore Operations
  • Recovering Data from Database Snapshots
  • System Databases and Disaster Recovery

After completing this module, students will be able to:

  • Plan a backup strategy for a database.
  • Back up user databases.
  • Restore user databases from backups.
  • Restore data in a user database while it is online.
  • Recover data for a user database from a database snapshot.
  • Restore and recover system databases.
Module 4: Managing Security

The students will be introduced to protecting SQL Server. Students will learn about the SQL Server security model and how to use SQL Server security features to control access to databases and their contents.

  • Overview of SQL Server Security
  • Protecting the Server Scope
  • Protecting the Database Scope
  • Protecting the Server Scope
  • Auditing Security

After completing this module, students will be able to:

  • Describe how SQL Server manages security.
  • Protect SQL Server at the server level.
  • Protect SQL Server databases.
  • Use keys and certificates to protect SQL Server objects.
  • Audit SQL Server security.
Module 5: Transferring Data

The students will be introduced to transfer data to and from SQL Server using UI and command-line tools, and learn about transferring and transforming data with SQL Server Integration Services.

  • Overview of Data Transfer
  • Introduction to SQL Server Integration Services

After completing this module, students will be able to:

  • Use UI and command-line tools to import and export data.
  • Describe the features of SQL Server Integration Services.
Module 6: Automating Administrative Tasks

The students will learn how to automate routine administrative tasks using jobs, operators, and alerts.

  • Automating Administrative Tasks in SQL Server
  • Using SQL Server Agent
  • Creating Maintenance Plans
  • Implementing Alerts
  • Managing Multiple Servers
  • Managing SQL Server Agent security

After completing this module, students will be able to:

  • Define SQL Server administrative tasks and schedule those tasks to run automatically.
  • Configure SQL Server Agent to support automatic task scheduling.
  • Script tasks by using SQL Server jobs, and define operators for managing those jobs.
  • Define alerts to warn operators about events raised by SQL Server.
  • Define and manage administrative tasks that span multiple servers.
  • Configure SQL Server Agent security.
Module 7: Implementing Replication

The students will be introduced to techniques for configuring SQL Server replication.

  • Overview of Replication
  • Managing Publications and Subscriptions
  • Configuring Replication in Some Common Scenarios

After completing this module, students will be able to:

  • Describe replication and its components.
  • Configure and implement replication.
  • Use replication to meet the requirements of some common scenarios.
Module 8: Maintaining High Availability

The students will be introduced to concepts and methods for maintaining high availability with SQL Server.

  • Introduction to High Availability
  • Implementing Log Shipping
  • Implementing Database Mirroring
  • Implementing Server Clustering
  • Using Distributed High Availability Solutions

After completing this module, students will be able to:

  • Describe the factors affecting database availability.
  • Describe how to implement log shipping to support fast recovery of a standby SQL Server database
  • Describe how to use SQL Server mirroring to implement a software solution for fast failover
  • Explain how to implement clustering to support fast failover of computers running SQL Server instances.
  • Describe how to implement distributed high availability solutions.
Module 9: Monitoring SQL Server

The students will be introduced to monitoring SQL Server performance and activity.

  • Viewing Current Activity
  • Using SQL Server Profiler
  • Monitoring with DDL Triggers
  • Using Event Notifications

After completing this module, students will be able to:

  • Examine the current activity in a SQL Server instance.
  • Use SQL Server Profiler to trace server and database activity.
  • Use DDL triggers to monitor changes to the structure of database objects.
  • Use event notifications to capture and monitor significant events for a SQL Server instance.
Module 10: Troubleshooting and Performance Tuning

The students will learn how to troubleshoot a variety of common SQL Server problems. Students will also learn how to tune SQL Server for improved performance using a variety of tools.

  • Troubleshooting SQL Server
  • Performance Tuning in SQL Server
  • Using Resource Governor
  • Using Data Collector

After completing this module, students will be able to:

  • Troubleshoot common SQL Server problems, such as connectivity, concurrency, and job and disk space problems.
  • Perform basic performance tuning tasks in SQL Server using the Database Engine Tuning Advisor, index tuning, and query tuning.
  • Use Resource Governor to manage SQL Server workloads and resources.
  • Use Data Collector to obtain performance data about your computer and the instances of SQL Server running on your computer.

CED Solutions is your best choice for MOC 6231, MOC 6231 training, MOC 6231 certification, MOC 6231 boot camp, MOC 6231 certification training, MOC 6231 certification course, MOC 6231 course, MOC 6231 class.



MOC 6231 space
Search classes by keyword:
Search classes by category:


Copyright © 2013 CED Solutions. CED Solutions Refund Policy. All Rights Reserved.