Distancia
Multimedia
On-Line
Presencial
Semipresencial
Cas Training

Master Administracion y Mantenimiento de SQL Server 2008 MCTS  favoritos

1 Opinión
Centro
Cas Training
Ver centro >

CAS TRAINING nace en 1995 como empresa dedicada fundamentalmente a la formación en el campo de las Nuevas Tecnologías, con el objetivo de ofrecer tanto a empresas como a particulares, programas formativos de alta calidad.

Dada nuestra trayectoria, capacidad de innovación y adaptación al mercado actual, hemos ido evolucionando convirtiéndonos en una empresa líder en el sector.

Ofrecemos soluciones globales de una forma rápida y flexible, con un catálogo de productos y servicios en áreas tan diversas como el Diseño y Programación de Aplicaciones, la Administración, Implementación y Seguridad de Redes, el Control de Bases de Datos o la Arquitectura de equipos informáticos.

Como resultado de nuestra filosofía de trabajo, de los mejores medios técnicos y humanos y del aval de los principales fabricantes de Software, nuestros clientes siguen confiando en nosotros para adaptarse con éxito a los complejos cambios que sufre el mundo de las TI en la actualidad.

Nuestra Filosofía en materia de formación se sustenta en aportar:

- Profesorado certificado y altamente cualificado. Documentación oficial y materiales de apoyo. Actualización constante de los contenidos adaptados a las exigencias del mercado.

- Metodología eminentemente práctica.

- Preparación de acceso a los exámenes oficiales..

- Seguimiento y tutorías personalizadas.

- Equipo individual por participante.

- Certificado acreditativo nuestro y/o del fabricante.

- Horarios flexibles.

Ver página del centro
Este curso está dentro de la categoría Masters Profesionales y lo imparte Cas Training. Con una duración de 80 horas que cursarás de Forma Presencial en Madrid en Inglés, tiene un precio que deberás consultar con el centro... no esperes más y Solicita Información Gratis Ahora o Sigue Leyendo

Detalles del Master Administracion y Mantenimiento de SQL Server 2008 MCTS  

Introducción

El programa de certificación de Microsoft, ofrece tres niveles de certificación distintos : Serie Tecnológico, Profesional y Arquitecto - cada uno diseñado para validar grados de competencia en conceptos y usos de la Tecnología Microsoft. Cada nivel ofrece un marco de referencia reconocido por la industria y que se aplica a roles de trabajo específicos.

La certificación Microsoft Certified Technology Specialist (MCTS), corresponde a un nivel básico, que da las bases para dar soporte en el SS.OO. Windows y sus servidores. La obtención de la Certificación MCTS acredita las aptitudes de una persona aumentando su credibilidad profesional con reconocimiento a nivel mundial, garantizando un alto nivel de conocimientos técnicos y experiencia como administrador de la base de datos SQL Server 2008 o bien como ingeniero en soluciones que tienen a SQL Server 2008 como una parte fundamental. Los profesionales certificados como MCTS tienen una alta demanda en el mundo actual y se espera que dicha demanda crezca por el aumento de instalaciones con tecnología Microsoft alrededor del mundo.



Objetivos

Objetivos de Certificación -Examen 70-432: TS: Microsoft SQL Server 2008, Installation and Maintenance



A quién va dirigido este programa
  • Profesionales de IT con uno o dos años de experiencia utilizando SQL Server 2008 o dos o tres años con versiones previas de SQL Server.
  • Diplomados en carreras técnicas.
  • Titulados universitarios.
  • Profesionales que aspiren a ser responsables de nivel como administradores de sistemas de mensajería. Profesorado
  • Profesionales avalados por el fabricante - MCT (Microsoft Certified Trainers).

MCTS: SQL Server 2008, Implementation and Maintenance
Curso 6231A: Maintaining a Microsoft SQL Server 2008 Database    
Module 1: Installing and Configuring SQL Server
The students will be introduced to planning for a SQL Server installation. The students will then be introduced to installing, configuring, and managing SQL Server.
- Preparing to Install SQL Server
- Installing SQL Server
- Configuring a SQL Server Installation

Module 2: Managing Databases and Files
The students will be introduced to database planning and creation, and using database options to control database behavior.
- Planning Databases
- Creating Databases
- Using Policy-Based Management

Module 3: Disaster Recovery
The students will be introduced to disaster recovery techniques for SQL Server. They will learn how to perform different types of backup and restore operations, including online restores and backup and restores of system databases.
- Planning a Backup Strategy
- Backing Up User Databases
- Restoring User Databases
- Performing Online Restore Operations
- Recovering Data from Database Snapshots
- System Databases and Disaster Recovery

Module 4: Managing Security
The students will be introduced to protecting SQL Server. Students will learn about the SQL Server security model and how to use SQL Server security features to control access to databases and their contents.
- Overview of SQL Server Security
- Protecting the Server Scope
- Protecting the Database Scope
- Protecting the Server Scope
- Auditing Security

Module 5: Transferring Data
The students will be introduced to transfer data to and from SQL Server using UI and command-line tools, and learn about transferring and transforming data with SQL Server Integration Services.
- Overview of Data Transfer
- Introduction to SQL Server Integration Services

Module 6: Automating Administrative Tasks
The students will learn how to automate routine administrative tasks using jobs, operators, and alerts.
- Automating Administrative Tasks in SQL Server
- Using SQL Server Agent
- Creating Maintenance Plans
- Implementing Alerts
- Managing Multiple Servers
- Managing SQL Server Agent security

Module 7: Implementing Replication
The students will be introduced to techniques for configuring SQL Server replication.
- Overview of Replication
- Managing Publications and Subscriptions
- Configuring Replication in Some Common Scenarios

Module 8: Maintaining High Availability
The students will be introduced to concepts and methods for maintaining high availability with SQL Server.
- Introduction to High Availability
- Implementing Log Shipping
- Implementing Database Mirroring
- Implementing Server Clustering
- Using Distributed High Availability Solutions

Module 9: Monitoring SQL Server
The students will be introduced to monitoring SQL Server performance and activity.
- Viewing Current Activity
- Using SQL Server Profiler
- Monitoring with DDL Triggers
- Using Event Notifications    

Module 10: Troubleshooting and Performance Tuning
The students will learn how to troubleshoot a variety of common SQL Server problems. Students will also learn how to tune SQL Server for improved performance using a variety of tools.
- Troubleshooting SQL Server
- Performance Tuning in SQL Server
- Using Resource Governor
- Using Data Collector


Curso 6232A: Implementing a Microsoft SQL Server 2008 Database
Module 1: Creating Databases and Database Files
The students will learn one of the most fundamental tasks that a database developer must perform, the creation of a database and its major components, such as creating databases, setting database options, creating filegroups, schemas, and database snapshots.
- Creating Databases
- Creating Filegroups
- Creating Schemas
- Creating Database Snapshots

Module 2: Creating Data Types and Tables
The students will learn about the system-supplied data types in SQL Server 2008. They will learn how to define custom Transact-SQL data types and how to create tables and how to use partitioned tables to organize data into multiple partitions. - Creating Data Types
- Creating Tables
- Creating Partitioned Tables

Module 3: Creating and Tuning Indexes
The students will learn how to plan, create, and optimize indexes to attain optimal performance benefits.
- Planning Indexes
- Creating Indexes
- Optimizing Indexes

Module 4: Implementing Data Integrity by Using Constraints and Triggers
The students will learn about implementing data integrity in SQL Server 2008 by using constraints. They will also implement data integrity by using triggers.
- Data Integrity Overview
- Implementing Constraints
- Implementing Triggers

Module 5: Using XML
The students will learn how to work with XML, including use of the FOR XML clause, the OPENXML function, XQuery expressions, and the xml native data type. They will learn the considerations to be taken into account when creating XML indexes and the syntax used to create the XML indexes. They will also learn what XML schemas and XML schema collections are as well as how to use them to implement typed XML data.
- Using the XML Data Type
- Retrieving XML by Using FOR XML
- Shredding XML by Using OPENXML
- Introducing XQuery
- Creating XML Indexes
- Implementing XML Schemas

Module 6: Implementing Views
The students will be introduced to the different types of views available in Microsoft SQL Server 2008 which provide a convenient way to access data through a predefined query.
- Introduction to Views
- Creating and Managing Views
- Optimizing Performance by Using Views

Module 7: Implementing Stored Procedures
The students will learn the design and implementation of stored procedures to enforce business rules or data consistency, or to modify and maintain existing stored procedures written by other developers.
- Implementing Stored Procedures
- Creating Parameterized Stored Procedures
- Working With Execution Plans
- Handling Errors

Module 8: Implementing Functions
The students will learn the design and implementation of user-defined functions that enforce business rules or data consistency, or to modify and maintain existing functions written by other developers.
- Creating and Using Functions
- Working with Functions
- Controlling Execution Context

Module 9: Implementing Managed Code in the Database
The students will learn to use managed code to implement database objects, such as stored procedures, user-defined data types, user-defined functions, and triggers.
- Introduction to the SQL Server Common Language Runtime
- Importing and Configuring Assemblies
- Creating Managed Database Objects

Module 10: Managing Transactions and Locks
The students will learn to use transactions and SQL Server locking mechanisms to meet the performance and data integrity requirements of their applications.
- Overview of Transactions and Locks
- Managing Transactions
- Understanding SQL Server Locking Architecture
- Managing Locks

Module 11: Using Service Broker
The students will learn to use Service Broker to create secure, reliable, and scalable applications.
- Service Broker Overview
- Creating Service Broker Objects
- Sending and Receiving Messages


Metodología

Nuestros Masters están basados en métodos docentes que facultan al profesor y orientan al alumno con el fin de conseguir un proceso evolutivo favorable de aprendizaje que permita mantener a los alumnos motivados y estimulados positivamente.

  • Detección de las necesidades: Se realiza un análisis del mercado laboral actual, y con las carencias observadas, se desarrollan los planes de formación.
  • Plan de acción: su diseño radica en que los contenidos estén siempre acorde con su temporalización y permitan el tiempo necesario para la asimilación de los conceptos. También se desarrolla el material didáctico y la documentación oficial de acuerdo con las materias, incorporando a las aulas la última tecnología necesaria.
  • Proceso formativo: Se ejecutan distintas metodologías según el momento. Ninguna es excluyente de la otra, sino que se combinan y desarrollan según la necesidad. En todo momento se alternan las explicaciones teóricas con la elaboración de ejercicios prácticos, siempre relacionados con casos reales. Se incrementan paulatinamente los niveles de complejidad, asegurándonos de eliminar cualquier laguna que pueda perjudicar la asimilación de conceptos de mayor dificultad.
  • Análisis de resultados: A lo largo del Master, el plan de formación será evaluado de forma continua pudiendo cerrar cada módulo con la certeza que los conocimientos han sido comprendidos y aprendidos. En la etapa final se analizará el proyecto en su conjunto, valorando la calidad obtenida y si los efectos conseguidos son los esperados.

Material

  • Carpeta personalizada con el Block de notas, bolígrafo, y CURRÍCULUM según la estructura de nuestra Base de Datos.
  • Documentación Oficial de Microsoft
  • Certificado de asistencia y aprovechamiento de CAS TRAINING y de Microsoft

Nota Importante: La documentación propuesta sólo está disponible en inglés.

¿Por qué esperar más? Rellena la Solicitud de Información que está debajo y contacta directamente con Cas Training y recibe gratis y sin compromiso información detallada del temario, ayudas, financiación, proceso de admisión y matrícula.
¿Te ha gustado este Master Profesional?
Compartir:
Solicita información sin compromiso
Cas Training

Ponte en contacto directamente con Cas Training para recibir información completa de Master Administracion y Mantenimiento de SQL Server 2008 MCTS  .

*Nombre
*Apellido
*Dirección
*Localidad
*CP
*Provincia
*Teléfono
*Email
Cargando...
*País de residencia
Comentarios
Cursos relacionados
Categorías relacionadas
 
Otros cursos de Cas Training
© Iberestudios 2024 - Todos los derechos reservados Términos y Condiciones | Aviso Legal