Home Cisco Exams Microsoft Exams Advertise Contact Us

Exam Code: 70-431

Course Name: Microsoft SQL Server 2005 Implementation & Maintenance

Vendor: Microsoft

Passing Score: 700

70-431 is the most important certification from the Microsoft. Microsoft 70-431 or Microsoft SQL Server 2005 Implementation & Maintenance certification exam describes you the core concepts and implementation of the Microsoft SQL Server. Microsoft SQL Server 2005 Implementation & Maintenance certification exam is the ideal for the people who want to make their career in the database and want to become the database administrator in their career.

The 70-431 exam explains how to create databases, file groups, schemas and database snapshots. It trains an IT Professional creating data types, tables as well as data tables. The 70-431 exam enlightens you with the capabilities of using FORXML clause, the OPENXML function and the xml Data Type. The 70-431 exam trains an IT Professional with the skills of planning, creating and optimizing indexes and xml indexes. Microsoft SQL Server 2005 Implementation & Maintenance helps an IT Professional in implementing Constraints, Triggers, and XML Schemas. The 70-431 exam also guides you in order to creating views, stored procedures and functions. Moreover, it facilitates you with the abilities of Implementing Managed Code in the Database. The 70-431 exam also explains the usage of Service Broker. This Microsoft certification helps you understand the installation and configuration of SQL Server 2005. It also provides you with the knowledge of managing databases and files. This exam makes an IT Professional expert in managing principals, securables, and permissions, as well as the implementing cryptography in a SQL Server database. In order to be able to plan and implement a backup and restore strategy, one must take the 70-431 exam. It enables you to monitor SQL Server performance. This Microsoft certification makes you proficient in transferring and transforming data. The 70-431 exam explains the usage of SQL server so as to automate Administrative Tasks. The 70-431 exam describes how to maintain High Availability with SQL Server 2005. In addition to all these skills, Microsoft SQL Server 2005 Implementation & Maintenance give description of consideration for implementing replication.

You can find several sources of study material on the internet in respect to prepare your Microsoft 70-431 or Microsoft SQL Server 2005 Implementation & Maintenance certification exam. But the major problem is that mostly websites provide you the duplicate study material. Testking is the only website that provides you the quality and up-to-date study material for the preparation of your Microsoft 70-431 or Microsoft SQL Server 2005 Implementation & Maintenance certification exam. Study Material available on Testking for the 70-293 Exam provides you with the details required to take a certification examination. Study materials of 70-431 are organized after thorough research by certification experts who use their experience in order to produce accurate, rational and verified materials for the answers.

Testking provides you every thing that you need to clear your Microsoft 70-431 exam certification and also provides you the detailed information of every miner topics of 70-431 as well. Testking provides you the quality 70-431 exam related question. Testing provides you the quality guidance and study material for 70-431 certification exams in very affordable price.

Course Outline: Microsoft SQL Server 2005 Implementation & Maintenance

Installing and Configuring SQL Server 2005

Install SQL Server 2005.

Verify prerequisites.

Upgrade from an earlier version of SQL Server.

Create an instance.

Configure SQL Server 2005 instances and databases.

Configure log files and data files.

Configure the SQL Server DatabaseMail subsystem for an instance.

Choose a recovery model for the database.

Configure SQL Server security.

Configure server security principals.

Configure database securables.

Configure encryption.

Configure linked servers by using SQL Server Management Studio (SSMS).

Identify the external data source.

Identify the characteristics of the data source.

Identify the security model of the data source.

Implementing High Availability and Disaster Recovery

Implement database mirroring.

Prepare databases for database mirroring.

Create endpoints.

Specify database partners.

Specify a witness server.

Configure an operating mode.

Implement log shipping.

Initialize a secondary database.

Configure log shipping options.

Configure a log shipping mode.

Configure monitoring.

Manage database snapshots.

Create a snapshot.

Revert a database from a snapshot.

Supporting Data Consumers

Retrieve data to support ad hoc and recurring queries.

Construct SQL queries to return data.

Format the results of SQL queries.

Identify collation details.

Manipulate relational data.

Insert, update, and delete data.

Handle exceptions and errors.

Manage transactions.

Manage XML data.

Identify the specific structure needed by a consumer.

Retrieve XML data.

Modify XML data.

Convert between XML data and relational data.

Create an XML index.

Load an XML schema.

Implement an HTTP endpoint.

Create an HTTP endpoint.

Secure an HTTP endpoint.

Implement Service Broker components.

Create services.

Create queues.

Create contracts.

Create conversations.

Create message types.

Send messages to a service.

Route a message to a service.

Receive messages from a service.

Import and export data from a file.

Set a database to the bulk-logged recovery model to avoid inflating the transaction log.

Run the bcp utility.

Perform a Bulk Insert task.

Import bulk XML data by using the OPENROWSET function.

Copy data from one table to another by using the SQL Server 2005 Integration Services (SSIS) Import and Export Wizard.

Manage replication.

Distinguish between replication types.

Configure a publisher, a distributor, and a subscriber.

Configure replication security.

Configure conflict resolution settings for merge replication.

Monitor replication.

Improve replication performance.

Plan for, stop, and restart recovery procedures.

Maintaining Databases

Implement and maintain SQL Server Agent jobs.

Set a job owner.

Create a job schedule.

Create job steps.

Configure job steps.

Disable a job.

Create a maintenance job.

Set up alerts.

Configure operators.

Modify a job.

Delete a job.

Manage a job.

Manage databases by using Transact-SQL.

Manage index fragmentation.

Manage statistics.

Shrink files.

Perform database integrity checks by using DBCC CHECKDB.

Back up a database.

Perform a full backup.

Perform a differential backup.

Perform a transaction log backup.

Initialize a media set by using the FORMAT option.

Append or overwrite an existing media set.

Create a backup device.

Back up filegroups.

Restore a database.

Identify which files are needed from the backup strategy.

Restore a database from a single file and from multiple files.

Choose an appropriate restore method.

Move a database between servers.

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.

Start a new trace.

Save the trace logs.

Configure SQL Server Profiler trace properties.

Configure a System Monitor counter log.

Correlate a SQL Server Profiler trace with System Monitor log data.

Gather performance and optimization data by using the Database Engine Tuning Advisor.

Build a workload file by using the SQL Server Profiler.

Tune a workload file by using the Database Engine Tuning Advisor.

Save recommended indexes.

Monitor and resolve blocks and deadlocks.

Identify the cause of a block by using the sys.dm_exec_requests system view.

Terminate an errant process.

Configure SQL Server Profiler trace properties.

Identify transaction blocks.

Diagnose and resolve database server errors.

Connect to a nonresponsive server by using the dedicated administrator connection (DAC).

Review SQL Server startup logs.

Review error messages in event logs.

Monitor SQL Server Agent job history.

Identify the cause of a failure.

Identify outcome details.

Find out when a job last ran.

Gather performance and optimization data by using DMVs.

Creating and Implementing Database Objects

Implement a table.

Specify column details.

Specify the filegroup.

Assign permissions to a role for tables.

Specify a partition scheme when creating a table.

Specify a transaction.

Implement a view.

Create an indexed view.

Create an updateable view.

Assign permissions to a role or schema for a view.

Implement triggers.

Create a trigger.

Create DDL triggers for responding to database structure changes.

Identify recursive triggers.

Identify nested triggers.

Identify transaction triggers.

Implement functions.

Create a function.

Identify deterministic versus nondeterministic functions.

Implement stored procedures.

Create a stored procedure.

Recompile a stored procedure.

Assign permissions to a role for a stored procedure.

Implement constraints.

Specify the scope of a constraint.

Create a new constraint.

Implement indexes.

Specify the filegroup.

Specify the index type.

Specify relational index options.

Specify columns.

Specify a partition scheme when creating an index.

Disable an index.

Create an online index by using an ONLINE argument.

Create user-defined types.

Create a Transact-SQL user-defined type.

Specify details of the data type.

Create a CLR user-defined type.

Implement a full-text search.

Create a catalog.

Create an index.

Specify a full-text population method.

Implement partitions.