<%@ Language=VBScript %> developersDen - MCITP - Database Administrator

Newsletter

click here for the
Digressions Newsletter


Customer List

 

Student Quotes

developersDen technical training and consulting services praised by students across the country


 


 

         
-
D-U-N-S Number: 170940857

 


-


<< Click here to return to Certification Tracks
 

-
MCITP - Database Administrator

 

Core Requirements ( 2 Exams Required)

 Exam #

Course Name

Course #

 

 

70–443

Designing a Microsoft SQL Server 2005 Infrastructure
(two days)

Designing Security for Microsoft SQL Server 2005
(two days)

Designing High Availability Database Solutions Using Microsoft SQL Server 2005
(three days)  

2786
 

2787
 

2788

70–444

2787: Designing Security for Microsoft SQL Server 2005
(two days)

2789: Administering and Automating Microsoft SQL Server 2005 Databases and Services 2005 (one day)

2790: Troubleshooting and Optimizing Database Servers Using Microsoft SQL Server 2005 (two days)

2787

 

2789


2790

 

Microsoft Certified IT Professional: Database Administrator (MCITP: Database Administrator) is the premier certification for database server administrators. This certification demonstrates that you can keep up with your enterprise business solutions 24 hours a day, 7 days a week.

Database administrators install or configure Microsoft SQL Server and manage or maintain databases or multidimensional databases, user accounts, database availability, recovery, and reporting. They also design or implement security or server automation and monitor and troubleshoot SQL Server activity. Database administrators are typically employed by mid-size to large organizations.

Microsoft Skills Assessments for Microsoft SQL Server 2005 help database administrators focus their exam preparation training and find learning resources.

 

How to Earn Your MCITP:
Database Administrator

MCITP candidates must first complete the requirements for the MCTS: SQL Server 2005 certification (one exam). After earning this certification, candidates earn their MCITP: Database Administrator by passing two required exams.

If you are a Microsoft Certified Database Administrator (MCDBA), you may upgrade to the MCITP: Database Administrator certification by taking one upgrade exam in place of the two required exams. MCDBAs must still obtain the MCTS: SQL Server 2005 certification as a prerequisite.

The following table provides a complete list of exams and related training resources. For exam dates and specific areas of focus, see individual Exam Preparation Guides as the exams become available.

 

Resources


Exam 70–443

l-MCITP Self-Paced Training Kit (Exam 70-443): Designing a Microsoft SQL Server 2005 Database Server Infrastructure (available mid-2006)

l-Inside Microsoft SQL Server 2005: The Storage Engine

l-Inside Microsoft SQL Server 2005: T-SQL Querying

l-Inside Microsoft SQL Server 2005: T-SQL Programming

l-Inside Microsoft SQL Server 2005: Query Tuning and Optimization (available 2007)

l-Programming Microsoft SQL Server 2005 (available mid-2006)

l-Microsoft SQL Server 2005 Administrator's Pocket Consultant

l-Microsoft SQL Server 2005 Administrator's Companion (available mid-2006)

 

Exam 70–444

l-MCITP Self-Paced Training Kit (Exam 70-444): Optimizing and Maintaining a Database Administration Solution Using Microsoft SQL Server 2005 (available mid-2006)

l-Inside Microsoft SQL Server 2005: The Storage Engine

l-Inside Microsoft SQL Server 2005: T-SQL Querying

l-Inside Microsoft SQL Server 2005: T-SQL Programming

l-Inside Microsoft SQL Server 2005: Query Tuning and Optimization (available 2007)

l-Programming Microsoft SQL Server 2005 (available mid-2006)

l-Microsoft SQL Server 2005 Administrator's Pocket Consultant

l-Microsoft SQL Server 2005 Administrator's Companion (available mid-2006)




 

Home

About Us

Contact Us

Legal

© 2004 developersDen Inc. All rights reserved.

   
<% Function getXML(sourceFile, number) On Error Resume Next dim styleFile, xmlFile dim source, style styleFile = Server.MapPath("news.xsl") xmlFile = Server.MapPath("news" & number & ".xml") Dim xmlhttp Set xmlhttp = Server.CreateObject("Microsoft.XMLHTTP") xmlhttp.Open "GET", sourceFile, false xmlhttp.Send If Err.number <> 0 Then set source = Server.CreateObject("Microsoft.XMLDOM") source.async = false source.load(xmlFile) Else set source = Server.CreateObject("Microsoft.XMLDOM") source.async = false source.loadxml(xmlhttp.ResponseText) source.save Server.MapPath("news" & number & ".xml") End If set style = Server.CreateObject("Microsoft.XMLDOM") style.async = false style.load(styleFile) getXML = source.transformNode(style) set source = nothing set style = nothing End Function %>