Microsoft Learning:

Exam 70-432:

Microsoft SQL Server 2008, Implementation and Maintenance

Published:September 30, 2008
Language(s):English, French, German, Japanese, Russian, Spanish, Portuguese (Brazil), Chinese (Simplified)
Audience(s):IT Professionals
Technology:Microsoft SQL Server 2008
Type:Proctored Exam
Special Offer:
 
Preparing for an Exam
The Microsoft Certification website and this preparation guide contain a variety of resources to help you prepare for an exam. Preparing for and Taking an Exam — FAQ provides answers to frequently asked questions about exam registration ,preparation ,scoring ,and policies , including:
  • The most effective way to prepare to take an exam.
  • The relationship between Microsoft training materials and exam content.
  • Microsoft policy concerning the incorporation of service pack and revision updates into exam content.
  • Exam question types and formats.
  • Exam time limits and number of questions asked.
We recommend that you review this preparation guide in its entirety and familiarize yourself with the FAQs and resources on the Microsoft Certification website before you schedule your exam.
Audience Profile
This exam has been updated for SQL Server 2008 R2.
 
Candidates should have one to two years of experience using SQL Server 2008 or two to three years of experience using a previous version of SQL Server. Candidates for this exam are IT professionals who have jobs in which database administration is their main area of responsibility, or they work in environments in which databases are central to their job roles. These job roles include the following:
  • IT generalists who work in environments in which SQL Server 2008 R2 is part of an overall solution
  • IT professionals who manage systems that run SQL Server 2008 R2
  • IT professionals who work with third-party applications that are built on SQL Server 2008 R2
  • Developers who build applications that use SQL Server 2008 R2
Credit Toward CertificationWhen you pass Exam 70-432: Microsoft SQL Server 2008, Implementation and Maintenance, you complete the requirements for the following certification(s):Exam 70-432: Microsoft SQL Server 2008, Implementation and Maintenance: counts as credit toward the following certification(s):MCSA, MCSE
Note This preparation guide is subject to change at any time without prior notice and at the sole discretion of Microsoft. Microsoft exams might include adaptive testing technology and simulation items. Microsoft does not identify the format in which exams are presented. Please use this preparation guide to prepare for the exam, regardless of its format.
Skills Being MeasuredThis exam measures your ability to accomplish the technical tasks listed below.The percentages indicate the relative weight of each major topic area on the exam.The higher the percentage, the more questions you are likely to see on that content area on the exam.

The information after “This objective may include but is not limited to” is intended to further define or scope the objective by describing the types of skills and topics that may be tested for the objective. However, it is not an exhaustive list of skills and topics that could be included on the exam for a given skill area. You may be tested on other skills and topics related to the objective that are not explicitly listed here.
Installing and Configuring SQL Server 2008 (10 percent)
  • Install SQL Server 2008 and related services.
    • This objective may include but is not limited to: file locations; default paths; service accounts
  • Configure SQL Server instances.
    • This objective may include but is not limited to: sp_configure, DMVs
  • Configure SQL Server services.
    • This objective may include but is not limited to: configuration manager; SQL browser
  • Configure additional SQL Server components.
    • This objective may include but is not limited to: SQL Server Integration Services (SSIS), SQL Server Analysis Services (SSAS), SQL Server Reporting Services (SSRS), replication, MDS
  • Implement database mail.
    • This objective may include but is not limited to: set up and configure
  • Configure full-text indexing.
    • This objective may include but is not limited to: enable/disable, index population
Maintaining SQL Server Instances (13 percent)
  • Manage SQL Server Agent jobs.
    • This objective may include but is not limited to: create and schedule jobs; notification of job execution; disable/enable jobs; change job step order; logging
  • Manage SQL Server Agent alerts.
    • This objective may include but is not limited to: performance condition alerts; SQL event alerts; Windows Management Instrumentation (WMI) alerts
  • Manage SQL Server Agent operators.
    • This objective may include but is not limited to: operator schedules; fail safe operator; add a new operator; notification methods
  • Implement the declarative management framework (DMF).
    • This objective may include but is not limited to: create a policy; verify a policy; schedule a policy compliance check; enforce a policy; create a condition
  • Back up a SQL Server environment.
    • This objective may include but is not limited to: operating system-level concepts, SQL Server Utility, Compression media families
Managing SQL Server Security (15 percent)
  • Manage logins and server roles.
    • This objective may include but is not limited to: create logins; disable/enable logins; security model (authentication mode); password policy enforcement; fixed server roles; alter logins, create credentials, certificate logins
  • Manage users and database roles.
    • This objective may include but is not limited to: user mapping; user-defined roles; fixed roles; guest, public, dbo; creating and deleting user roles, application roles
  • Manage SQL Server instance permissions.
    • This objective may include but is not limited to: logon triggers; permissions vs. fixed role membership; cross-database ownership chaining; impersonation, end point permissions
  • Manage database permissions.
    • This objective may include but is not limited to: impersonation; cross-database ownership chaining
  • Manage schema permissions and object permissions.
    • This objective may include but is not limited to: manage schema ownership, object rights
  • Audit SQL Server instances.
    • This objective may include but is not limited to: use DDL triggers and logon triggers; C2; common criteria; login failures; event notifications
  • Manage transparent data encryption.
    • This objective may include but is not limited to: impact of transparent data encryption on backups, certificate management, symmetric keys
  • Configure surface area.
    • This objective may include but is not limited to: sp_configure
Maintaining a SQL Server Database (16 percent)
  • Back up databases.
    • This objective may include but is not limited to: full backups; differential backups; transaction log; compressed backups; file and filegroup backups; verifying backup, TDE Backups
  • Restore databases.
    • This objective may include but is not limited to: online restores; full restores; differential restores; transaction log; file and filegroup restores; verifying restore; tail of the transaction log, TDE restores
  • Manage and configure databases.
    • This objective may include but is not limited to: files, file groups, and related options; database options; recovery model; attach/detach data
  • Manage database snapshots.
    • This objective may include but is not limited to: create, drop, revert
  • Maintain database integrity.
    • This objective may include but is not limited to: DBCC CHECKDB; suspect pages, page level restores
  • Maintain a database by using maintenance plans.
    • This objective may include but is not limited to: Maintenance Plan Wizard; Maintenance Plan Designer
Performing Data Management Tasks (14 percent)
  • Import and export data.
    • This objective may include but is not limited to: BCP; BULK INSERT; OPENROWSET; GUI tools
  • Manage data partitions.
    • This objective may include but is not limited to: switching data from one partition to another; add a filegroup; alter a partition function; alter a partition scheme
  • Implement data compression.
    • This objective may include but is not limited to: sparse columns; page/row, Unicode Compression
  • Maintain indexes.
    • This objective may include but is not limited to: create spatial indexes; create partitioned indexes; clustered and non-clustered indexes; XML indexes; disable and enable indexes; filtered index on sparse columns; indexes with included columns; rebuilding/reorganizing indexes; online/offline, statistics on filtered indexes
  • Manage collations.
    • This objective may include but is not limited to: column collation; database collation; instance collation
Monitoring and Troubleshooting SQL Server (13 percent)
  • Identify SQL Server service problems.
    • This objective may include but is not limited to: DB Engine service; SQL Agent service; SQL Browser service
  • Identify concurrency problems.
    • This objective may include but is not limited to: blocks, locks, deadlocks, activity monitor; relevant Dynamic Management Views
  • Identify SQL Agent job execution problems. 
    • This objective may include but is not limited to: proxy accounts; credentials; job history
  • Locate error information.
    • This objective may include but is not limited to: error log; agent log; job execution history; event logs
Optimizing SQL Server Performance (10 percent)
  • Implement Resource Governor.
  • Use the Database Engine Tuning Advisor.
  • Collect trace data by using SQL Server Profiler.
  • Collect performance data by using Dynamic Management Views (DMVs).
  • Collect performance data by using System Monitor.
  • Use Performance Studio.
Implementing High Availability (9 percent)
  • Implement database mirroring.
    • This objective may include but is not limited to: monitoring, configuring, failover
  • Implement a SQL Server clustered instance.
    • This objective may include but is not limited to: monitoring, configuring, failover
  • Implement log shipping.
    • This objective may include but is not limited to: monitoring, configuring, failover
  • Implement replication.
    • This objective may include but is not limited to: monitoring, configuring
Preparation Tools and ResourcesTo help you prepare for this exam, Microsoft Learning recommends that you have hands-on experience with the product and that you use the following training resources. These training resources do not necessarily cover all of the topics listed in the "Skills Measured" tab.
Learning Plans and Classroom Training
Microsoft E-Learning
  • 6369AE: Implementing and Maintaining Microsoft SQL Server 2008 (16 Hours)
Microsoft Press Books
Practice Tests
Microsoft Online Resources
  • SQL Server 2008 Learning Portal: Find special offers and information on training and certification.
  • SQL Server 2008 product information: Visit the SQL Server 2008 Web site for detailed product information.
  • Microsoft Learning Community: Join newsgroups and visit community forums to connect with your peers for suggestions on training resources and advice on your certification path and studies.
  • TechNet: Designed for IT professionals, this site includes how-to instructions, best practices, downloads, technical resources, newsgroups, and chats.
  • MSDN: Designed for developers, the Microsoft Developer Network (MSDN) features code samples, technical articles, downloads, newsgroups, and chats.
Have Questions? For advice about training and certification, connect with peers: For questions about a specific certification, chat with a Microsoft Certified Professional (MCP): To find out about recommended blogs, Web sites, and upcoming Live Meetings on popular topics, visit our community site: