|
Certkingdom's preparation material includes the most excellent features, prepared by the same dedicated experts who have come together to offer an integrated solution. We provide the most excellent and simple method to pass your certification exams on the first attempt "GUARANTEED"
Whether you want to improve your skills, expertise or career growth, with Certkingdom's training and certification resources help you achieve your goals. Our exams files feature hands-on tasks and real-world scenarios; in just a matter of days, you'll be more productive and embracing new technology standards. Our online resources and events enable you to focus on learning just what you want on your timeframe. You get access to every exams files and there continuously update our study materials; these exam updates are supplied free of charge to our valued customers. Get the best 70-431 exam Training; as you study from our exam-files "Best Materials Great Results"
70-431 Exam + Online / Offline and Android Testing Engine & 4500+ other exams included
$50 - $25 (you save $25)
Buy Now
70-431
TS: Microsoft SQL Server 2005 - Implementation and Maintenance
About this Exam
This Microsoft Technical Specialist (TS) exam, Exam 70-431: TS: Microsoft SQL Server 2005 – Implementation and Maintenance, became available in January 2006. This exam may contain performance-based testing elements.
Audience Profile
Candidates for this exam are professionals who typically pursue careers as database administrators, database developers, or business intelligence developers. Additionally, they can be people who do not work with Microsoft SQL Server as a part of their primary job functions but who want to show their breadth of technology experience, such as developers, systems administrators, and others. Candidates have sought out knowledge and experience with Microsoft SQL Server 2005 to enhance their technical expertise, and they can implement and maintain databases by using specific instructions and specifications.
Candidates for this exam should be experts in following areas:
* Tools usage
* UI navigation
* Wizards usage
* Writing code in the appropriate language (Transact-SQL, CLR language, and other scripting languages)
* Code debugging or syntactic issue resolution
* Troubleshooting
* Accomplishing specific focused tasks by using code or UI navigation
Credit Toward Certification
When you pass Exam 70-431: TS: Microsoft SQL Server 2005 - Implementation and Maintenance, you complete the requirements for the following certification(s):
* Microsoft Certified Technology Specialist: SQL Server 2005
Exam 70-431: TS: Microsoft SQL Server 2005 - Implementation and Maintenance: counts as credit toward the following certification(s):
* MCITP: Database Administrator
* MCTS and MCITP upgrade from MCDBA
* MCITP: Database Developer
* MCSA on Microsoft Windows 2000
* MCSA on Windows Server 2003
* MCSE on Microsoft Windows 2000
* MCSE on Windows Server 2003
This Training will cover
This 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.
Installing and Configuring SQL Server 2005
* Install SQL Server 2005.
o Verify prerequisites.
o Upgrade from an earlier version of SQL Server.
o Create an instance.
* Configure SQL Server 2005 instances and databases.
o Configure log files and data files.
o Configure the SQL Server DatabaseMail subsystem for an instance.
o Choose a recovery model for the database.
* Configure SQL Server security.
o Configure server security principals.
o Configure database securables.
o Configure encryption.
* Configure linked servers by using SQL Server Management Studio (SSMS).
o Identify the external data source.
o Identify the characteristics of the data source.
o Identify the security model of the data source.
Implementing High Availability and Disaster Recovery
* Implement database mirroring.
o Prepare databases for database mirroring.
o Create endpoints.
o Specify database partners.
o Specify a witness server.
o Configure an operating mode.
* Implement log shipping.
o Initialize a secondary database.
o Configure log shipping options.
o Configure a log shipping mode.
o Configure monitoring.
* Manage database snapshots.
o Create a snapshot.
o Revert a database from a snapshot.
Supporting Data Consumers
* Retrieve data to support ad hoc and recurring queries.
o Construct SQL queries to return data.
o Format the results of SQL queries.
o Identify collation details.
* Manipulate relational data.
o Insert, update, and delete data.
o Handle exceptions and errors.
o Manage transactions.
* Manage XML data.
o Identify the specific structure needed by a consumer.
o Retrieve XML data.
o Modify XML data.
o Convert between XML data and relational data.
o Create an XML index.
o Load an XML schema.
* Implement an HTTP endpoint.
o Create an HTTP endpoint.
o Create an HTTP endpoint.
* Implement Service Broker components.
o Receive messages from a service.
o Create services.
o Create queues.
o Create contracts.
o Create conversations.
o Create message types.
o Send messages to a service.
o Route a message to a service.
* Import and export data from a file.
o Import bulk XML data by using the OPENROWSET function.
o Copy data from one table to another by using the SQL Server 2005 Integration Services (SSIS) Import and Export Wizard.
o Set a database to the bulk-logged recovery model to avoid inflating the transaction log.
o Run the bcp utility.
o Perform a Bulk Insert task.
* Manage replication.
o Distinguish between replication types.
o Configure a publisher, a distributor, and a subscriber.
o Configure replication security.
o Configure conflict resolution settings for merge replication.
o Monitor replication.
o Improve replication performance.
o Plan for, stop, and restart recovery procedures.
Maintaining Databases
* Implement and maintain SQL Server Agent jobs.
o Set a job owner.
o Create a job schedule.
o Create job steps.
o Configure job steps.
o Disable a job.
o Create a maintenance job.
o Set up alerts.
o Configure operators.
o Modify a job.
o Manage a job.
* Manage databases by using Transact-SQL.
o Manage index fragmentation.
o Manage statistics.
o Shrink files.
o Perform database integrity checks by using DBCC CHECKDB.
* Back up a database.
o Perform a full backup.
o Perform a differential backup.
o Perform a transaction log backup.
o Initialize a media set by using the FORMAT option.
o Append or overwrite an existing media set.
o Create a backup device.
o Back up filegroups.
* Restore a database.
o Identify which files are needed from the backup strategy.
o Restore a database from a single file and from multiple files.
o Choose an appropriate restore method.
* Move a database between servers.
o Choose an appropriate method for moving a database.
Monitoring and Troubleshooting SQL Server Performance
* Gather performance and optimization data by using the SQL Server Profiler.
o Start a new trace.
o Save the trace logs.
o Configure SQL Server Profiler trace properties.
o Configure a System Monitor counter log.
o Correlate a SQL Server Profiler trace with System Monitor log data.
* Gather performance and optimization data by using the Database Engine Tuning Advisor.
o Build a workload file by using the SQL Server Profiler.
o Tune a workload file by using the Database Engine Tuning Advisor.
o Save recommended indexes.
* Monitor and resolve blocks and deadlocks.
o Identify the cause of a block by using the sys.dm_exec_requests system view.
o Terminate an errant process.
o Configure SQL Server Profiler trace properties.
o Identify transaction blocks.
* Diagnose and resolve database server errors.
o Connect to a non-responsive server by using the dedicated administrator connection (DAC).
o Review SQL Server startup logs.
o Review error messages in event logs.
* Monitor SQL Server Agent job history.
o Identify the cause of a failure.
o Identify outcome details.
o Find out when a job last ran.
* Gather performance and optimization data by using DMVs.
Creating and Implementing Database Objects
* Implement a table.
o Specify column details.
o Specify the filegroup.
o Assign permissions to a role for tables.
o Specify a partition scheme when creating a table.
o Specify a transaction.
* Implement a view.
o Create an indexed view.
o Create an updateable view.
o Assign permissions to a role or schema for a view.
* Implement triggers.
o Create a trigger.
o Create DDL triggers for responding to database structure changes.
o Identify recursive triggers.
o Identify nested triggers.
o Identify transaction triggers.
* Implement functions.
o Create a function.
o Identify deterministic versus nondeterministic functions.
* Implement stored procedures.
o Create a stored procedure.
o Recompile a stored procedure.
o Assign permissions to a role for a stored procedure.
* Implement constraints.
o Specify the scope of a constraint.
o Create a new constraint.
* Implement indexes.
o Specify the filegroup.
o Specify the index type.
o Specify relational index options.
o Specify columns.
o Specify a partition scheme when creating an index.
o Disable an index.
o Create an online index by using an ONLINE argument.
* Create user-defined types.
o Create a Transact-SQL user-defined type.
o Specify details of the data type.
o Create a CLR user-defined type.
* Implement a full-text search.
o Create a catalog.
o Create an index.
o Specify a full-text population method.