Infocurso.com

Master de desarrollo con la base de datos sql server 2008 mcts


Master presencial de informática e internet en madrid

Puntuación
Precio (0)
Sin valoración
Material (0)
Sin valoración
Profesorado (0)
Sin valoración
Duración (0)
Sin valoración
Atención (0)
Sin valoración
infocurso Participa
Bookmark and Share
¿Quieres saber más?
¿Cuándo empieza?
¿Cómo lo puedo pagar?
¿Dónde puedo hacerlo?
¿Está abierta la convocatoria?
¿Qué título obtengo?
¿Qué ventajas tiene este curso?
Modalidad: Master Presencial
Lugar: Madrid
Requisitos: Válido sólo para estos países : España
Válido sólo para estas provincias : Madrid
Ver más cursos de este centro
CAS Training

Contenido del curso

Temario Temario:
Temario Master Desarrollo con la Base de Datos SQL Server 2008 MCTS

MCTS: SQL Server 2008, Database Development

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 PolicyBased 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 commandline 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 systemsupplied data types in SQL Server 2008. They will learn how to define custom TransactSQL 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 userdefined 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, userdefined data types, userdefined 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


Curso 2778A: Writing Queries Using Microsoft SQL Server 2008 TransactSQL

Module 1: Getting Started with Databases and TransactSQL in SQL Server 2008

The student will be introduced to how client/server architecture works, and examine the various database and business tasks that can be performed by using the components of SQL Server 2008. The student will also be introduced to SQL Server database concepts such as relational databases, normalization, and database objects. In addition, the student will learn how to use TSQL to query databases and generate reports.
   Overview of SQL Server 2008
   Overview of SQL Server Databases
   Overview and Syntax Elements of TSQL
   Working with TSQL Scripts
   Using TSQL Querying Tools

Module 2: Querying and Filtering Data
The students will be introduced to the basic TransactSQL (TSQL) statements that are used for writing queries, filtering data, and formatting result sets.
   Using the SELECT Statement
   Filtering Data
   Working with NULL Values
   Formatting Result Sets
   Performance Considerations for Writing Queries

Module 3: Grouping and Summarizing Data

The students will learn to group and summarize data when generating reports in Microsoft SQL Server 2008 by using aggregate functions and the COMPUTE clause.
   Summarizing Data by Using Aggregate Functions
   Summarizing Grouped Data
   Ranking Grouped Data
   Creating Crosstab Queries

Module 4: Joining Data from Multiple Tables
The students will learn to write joins to query multiple tables, as well as limiting and combining result sets.
   Querying Multiple Tables by Using Joins
   Applying Joins for Typical Reporting Needs
   Combining and Limiting Result Set

Module 5: Working with Subqueries

The students will be introduced to basic and correlated subqueries and how these compare with joins and temporary tables. The students will also be introduced to using common table expressions in queries.
   Writing Basic Subqueries
   Writing Correlated Subqueries
   Comparing Subqueries with Joins and Temporary Tables
   Using Common Table Expressions

Module 6: Modifying Data in Tables
The students will be able to modify the data in tables by using the INSERT, DELETE, and UPDATE statements. In addition, students will examine how transactions work in a database, the importance of transaction isolation levels, and how to manage transactions.
   Inserting Data into Tables
   Deleting Data from Tables
   Updating Data in Tables
   Overview of Transactions

Module 7: Querying Metadata, XML, and FullText Indexes
The students will learn to query semistructured and unstructured data. The students will also learn how SQL Server 2008 handles XML data and will query XML data. The students will also be introduced to fulltext indexing in SQL Server 2008.
   Querying Metadata
   Overview of XML
   Querying XML Data
   Overview of FullText Indexes
   Querying FullText Indexes

Module 8: Using Programming Objects for Data Retrieval
The students will be introduced to userdefined functions and executing various kinds of queries by using userdefined functions. The students will be introduced to SQL Server views that encapsulate data and present users with limited and relevant information. In addition, the students will be introduced to SQL Server stored procedures and the functionalities of the various programming objects. The students will learn how to perform distributed queries and how SQL Server works with heterogeneous data such as databases, spreadsheets, and other servers.
   Overview of Views
   Overview of UserDefined Functions
   Overview of Stored Procedures
   Overview of Triggers
   Writing Distributed Queries

Module 9: Using Advanced Querying Techniques
The students will be introduced to best practices for querying complex data. The students will also examine how to query complex table structures such as data stored in hierarchies and selfreferencing tables. The students will analyze the recommended guidelines for executing queries and how to optimize query performance.
   Considerations for Querying Data
   Working with Data Types
   Cursors and SetBased Queries
   Dynamic SQL
   Maintaining Query Files


Ver temario completo
Objectivos Objetivos:
Objetivos Master Desarrollo con la Base de Datos SQL Server 2008 MCTS

Objetivos de Certificación

- Exam 70-433: TS: Microsoft SQL Server 2008, Database Development


Detalles del curso

Convocatoria: Abierta
Plazo de matriculación: Abierto
Observaciones: El Master Desarrollo con la base de datos SQL Server 2008 MCTS. Microsoft Certified Specialist SQL Server 2008, Database Development es presencial y se imparte en Madrid. Tiene una duración de 105 horas.

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 o desarrollador que construye aplicaciones que utilizan SQL Server 2008.

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.

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.


Duración Master Desarrollo con la Base de Datos SQL Server 2008 MCTS

Horario
Tarde: De Lunes a Jueves de 19 a 22 horas

Duración

Duración: 2 meses (aproximado)
Fecha de inicio  Consultar

Horas Lectivas
- 105 horas lectivas y guiadas por el Instructor.


Requisitos: Destinatarios Master Desarrollo con la Base de Datos SQL Server 2008 MCTS

- 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).


Información
Nombre (*) Apellidos (*) Email (*)
Telefono (*) Pais (*) Provincia (*)
Localidad (*) Dirección (*) Código Postal (*)
Comentarios
(*) Campos obligatorios.

Cursos similares

Comparar

Compara los cursos seleccionados con Master de desarrollo con la base de datos sql server 2008 mcts.



Lo más buscado
Cursos por temáticas


Quiénes somos   |   Condiciones legales   |   Ayuda   |   Contacta   |   Trabaja con nosotros   |    Publicidad   |   Enlaces   |     Mapa Web   |   Directorio cursos
Síguenos en:
Infocurso en facebook Infocurso en twitter Infocurso en blogger
Grupo vertice