• Home
  • About Us
  • All Courses
  • Fast Fact
  • Contact Us
 
 
 
 

mcse
More information about the course

£850 Courses Enrol
Close Move
COURSE DETAILS AND TIME TABLES
  • Courses InformationCourse Content

  • Courses InformationCourse Description

  • Courses InformationShow all starting dates
  • Courses InformationCourse Reviews

Microsoft Certified Technology Specialist (MCTS) SQL 2005
Tutor Led, Practical Oriented and Hands-on

So what is included with the course fee?

Class Room Based
Hands-on
Books
Extra Practical Hours
Mock Exam

Included

MCTS SQL 2005 Exam

• MS SQL 2005(MCTS Certification) Exam 70- 431 - Microsoft SQL Server 2005 - Implementation and Maintenance

Microsoft Certified Technology Specialist (MCTS) SQL 2005

• Installing and Configuring SQL Server 2005
• Configure SQL Server 2005 instances and databases
• Configure SQL Server security
• Configure linked servers by (SSMS)
• High Availability and Disaster Recovery, database mirroring
• Implement log shipping, database snapshots, relational data
• XML, HTTP endpoint, Serive Broker, Export, Import, Replication
• Backup, Restore, Move Database between Servers, Performance
• Table, Views, Storedprocedure, Triggers, Functions, Constrains, Indexes
• Security Logins and Data Encryptions


(MCTS) SQL 2005 Course Description

The Microsoft SQL Server 2005 provides Failover clustering and database mirroring technology and enable enterprises to deliver highly reliable, available applications to employees, customers, and partners. SQL 2005 students with learn both theoretical and practical instruction in the areas of an overview to SQL Server, Database Management and the Transact-SQL language, and SQL Server Databases. It will teach students how to work with SQL Server data objects. Students will learn how to create and manage view, stored procedures, user-defined functions, and triggers, and SQL Server indexes, how to plan for index creation, how to create and manage indexes, as well as learn how to optimize query performance and how to analyze queries. This curriculum teaches SQL Server 2005 transactions and locks, and how to import and export data, and how to transform data with DTS. Additionally, users will learn how to manage distributed queries and linked servers, create transactions, manage locks, and how to troubleshoot transactions, locking, XML, HTTP endpoint, Serive Broker, Export, Import, Replication and database backup and restore.

MCTS certification Exam 70-431
Microsoft SQL Server 2005 - Implementation and Maintenance


Installing and Configuring SQL Server 2005
- Install SQL Server 2005 and Create Instances
- Introduction to MS SQL 2005.
- Upgrades and New Features in SOL 2005.

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.


Call: 0207 580 6868
email: info@london-college.com

 
Brochure
Name:
Email:
Tel:
Course:
Address:

Message:

 

Complete Solution
 
MCTS SQL 2005 + Oracle 10g = £2000
Close Move
 
MCTS SQL 2005 + MCTS Web Exam 70-528 = £1750
Close Move
 
MCTS SQL 2005 + JSP = £1400
Close Move
 
MCTS SQL 2005 + Web & Graphics Design = £1400
Close Move
 
MCTS SQL 2005 + MCTS Web Certification = £2100
Close Move
 

Timetable for the Year

StartsFrequencyTimeLength
06 Jan 09 Tue, Thurs14:00-17:0010 Classes
10 Jan 09 Saturday10:00-17:005 Classes
13 Jan 09 Tue, Thurs18:30-21:3010 Classes
19 Jan 09 Mon, Wed18:30-21:3010 Classes
22 Jan 09 Tue, Thurs14:00-17:0010 Classes
26 Jan 09 M-T-W-T10:00-18:004 Days
14 Feb 09 Saturday10:00-17:005 Classes
17 Feb 09 Tue, Thurs14:00-17:0010 Classes
17 Feb 09 Tue, Thurs18:30-21:3010 Classes
23 Feb 09 M-T-W-T10:00-18:004 Days
27 Feb 09 Friday10:00-17:005 Classes
03 Mar 09 Tue, Thurs14:00-17:0010 Classes
23 Mar 09 M-T-W-T10:00-18:004 Days
24 Mar 09 Tue, Thurs14:00-17:0010 Classes
06 Apr 09 Mon, Wed18:30-21:3010 Classes
20 Apr 09 M-T-W-T10:00-18:004 Days
21 Apr 09 Tue, Thurs18:30-21:3010 Classes
25 Apr 09 Saturday10:00-17:005 Classes
28 Apr 09 Tue, Thurs14:00-17:0010 Classes
05 May 09 Tue, Thurs14:00-17:0010 Classes
18 May 09 M-T-W-T10:00-18:004 Days
22 May 09 Friday10:00-17:005 Classes
26 May 09 Tue, Thurs18:30-21:3010 Classes
02 Jun 09 Tue, Thurs14:00-17:0010 Classes
11 Jun 09 Tue, Thurs14:00-17:0010 Classes
13 Jun 09 Saturday10:00-17:005 Classes
15 Jun 09 M-T-W-T10:00-18:004 Days
01 Jul 09 Mon, Wed18:30-21:3010 Classes
07 Jul 09 Tue, Thurs14:00-17:0010 Classes
20 Jul 09 M-T-W-T10:00-18:004 Days
04 Aug 09 Tue, Thurs18:30-21:3010 Classes
07 Aug 09 Friday10:00-17:005 Classes
17 Aug 09 M-T-W-T10:00-18:004 Days
18 Aug 09 Tue, Thurs14:00-17:0010 Classes
20 Aug 09 Tue, Thurs14:00-17:0010 Classes
22 Aug 09 Saturday10:00-17:005 Classes
08 Sep 09 Tue, Thurs18:30-21:3010 Classes
14 Sep 09 M-T-W-T10:00-18:004 Days
22 Sep 09 Tue, Thurs14:00-17:0010 Classes
28 Sep 09 Mon, Wed18:30-21:3010 Classes
01 Oct 09 Tue, Thurs14:00-17:0010 Classes
03 Oct 09 Saturday10:00-17:005 Classes
12 Oct 09 M-T-W-T10:00-18:004 Days
16 Oct 09 Friday10:00-17:005 Classes
27 Oct 09 Tue, Thurs14:00-17:0010 Classes
09 Nov 09 M-T-W-T10:00-18:004 Days
10 Nov 09 Tue, Thurs18:30-21:3010 Classes
01 Dec 09 Tue, Thurs18:30-21:3010 Classes
03 Dec 09 Tue, Thurs14:00-17:0010 Classes
07 Dec 09 M-T-W-T10:00-18:004 Days

London College, 23-25 Eastcastle Street, 1st Floor, London, W1W 8DF, © all rights reserved, London College 2008