Curso de Maintaining a Microsoft SQL Server 2008 Database

Contacta sin compromiso con CECODEEM

Para enviar la solicitud debes aceptar la política de privacidad

Galería de imágenes

Análisis de educaedu

José Cortes

José Cortes

Curso de Maintaining a Microsoft SQL Server 2008 Database

  • Modalidad de impartición
    El Curso se imparte de forma presencial.
  • Número de horas
    El programa tiene una duración de 5 días.
  • Titulación oficial
    Al término del Curso el alumno recibe una certificación.
  • Valoración del programa
    El Curso de Maintaining a Microsoft SQL Server 2008 Database enseña al profesional los conocimientos y técnicas para ocuparse del mantenimiento de Microsoft SQL Server 2008 en una base de datos. El programa provee al alumno el uso de SQL Server 2008 así como sus distintas herramientas y características relacionadas con el mantenimiento de una base de datos.
  • Precio del curso
    Consultar precio.
  • Dirigido a
    El Curso está diseñado para profesionales encargados del mantenimiento y administración de bases de datos y SQL Servers.
  • Empleabilidad
    El campo laboral para el egresado de este Curso es Microsoft SQL Server database administrator, Consultor Independiente en Microsoft, Database Administrator, etc.

Comentarios sobre Curso de Maintaining a Microsoft SQL Server 2008 Database - Presencial - Tlalnepantla - Estado de México

  • Contenido
    About this Course
    Elements of this syllabus are subject to change.
    This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008 database. The course focuses on teaching individuals how to use SQL Server 2008 product features and tools related to maintaining a database.
    Audience Profile
    This course is intended for IT Professionals who administer and maintain SQL Server databases.
    At Course Completion
    After completing this course, students will be able to:
    •Install and configure SQL Server 2008.
    •Manage database files.
    •Backup and restore databases.
    •Manage security.
    •Transfer data into and out of SQL Server.
    •Automate administrative tasks.
    •Replicate data between SQL Server instances.
    •Maintain high availability.
    •Monitor SQL Server.

    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.
    Lessons
    •Preparing to Install SQL Server
    •Installing SQL Server
    •Configuring a SQL Server Installation
    Lab : Installing and Configuring SQL Server
    •(Level 200) Installing SQL Server
    •(Level 200) Configuring SQL Server
    After completing this module, students will be able to:
    •Explain how to prepare the hardware and other resources necessary to install SQL Server.
    •Install SQL Server.
    •Manage and configure SQL Server.
    Module 2: Managing Databases and Files
    The students will be introduced to database planning and creation, and using database options to control database behavior.
    Lessons
    •Planning Databases
    •Creating Databases
    •Using Policy-Based Management
    Lab : Managing Databases and Files
    •(Level 200) Creating a Database
    •(Level 200) Monitoring and Managing Filegroup Usage
    •(Level 200) Creating a Policy
    After completing this module, students will be able to:
    •Plan a database implementation that meets an organization's requirements.
    •Create a SQL Server database.
    •Manage a SQL Server database.
    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.
    Lessons
    •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
    Lab : Disaster Recovery
    •(Level 200) Designing a Backup Strategy
    •(Level 200) Implementing a Backup Strategy
    •(Level 200) Restoring and Recovering a Database
    •(Level 300) Performing Piecemeal Backup and Restore Operations
    •(Level 200) Restoring the master Database
    After completing this module, students will be able to:
    •Plan a backup strategy for a database.
    •Back up user databases.
    •Restore user databases from backups.
    •Restore data in a user database while it is online.
    •Recover data for a user database from a database snapshot.
    •Restore and recover system databases.
    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.
    Lessons
    •Overview of SQL Server Security
    •Protecting the Server Scope
    •Protecting the Database Scope
    •Protecting the Server Scope
    •Auditing Security
    Lab : Managing Security
    •(Level 200) Creating Logins and Assigning Server-Scope Permissions
    •(Level 200) Creating and Managing Users
    •(Level 300) Using a Certificate to Protect Data
    •(Level 200) Implementing SQL Server Audit
    After completing this module, students will be able to:
    •Describe how SQL Server manages security.
    •Protect SQL Server at the server level.
    •Protect SQL Server databases.
    •Use keys and certificates to protect SQL Server objects.
    •Audit SQL Server 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.
    Lessons
    •Overview of Data Transfer
    •Introduction to SQL Server Integration Services
    Lab : Transferring Data
    •(Level 200) Using the Import/Export Wizard
    •(Level 200) Performing a Bulk Load
    •(Level 200) Creating an SSIS Solution
    After completing this module, students will be able to:
    •Use UI and command-line tools to import and export data.
    •Describe the features of SQL Server Integration Services.
    Module 6: Automating Administrative Tasks
    The students will learn how to automate routine administrative tasks using jobs, operators, and alerts.
    Lessons
    •Automating Administrative Tasks in SQL Server
    •Using SQL Server Agent
    •Creating Maintenance Plans
    •Implementing Alerts
    •Managing Multiple Servers
    •Managing SQL Server Agent security
    Lab : Automating Administrative Tasks
    •(Level 200) Configuring SQL Server Agent
    •(Level 200) Creating Operators and Jobs
    •(Level 200) Creating Alerts
    After completing this module, students will be able to:
    •Define SQL Server administrative tasks and schedule those tasks to run automatically.
    •Configure SQL Server Agent to support automatic task scheduling.
    •Script tasks by using SQL Server jobs, and define operators for managing those jobs.
    •Define alerts to warn operators about events raised by SQL Server.
    •Define and manage administrative tasks that span multiple servers.
    •Configure SQL Server Agent security.
    Module 7: Implementing Replication
    The students will be introduced to techniques for configuring SQL Server replication.
    Lessons
    •Overview of Replication
    •Managing Publications and Subscriptions
    •Configuring Replication in Some Common Scenarios
    Lab : Implementing Replication
    •(Level 300) Implementing Snapshot Replication
    •(Level 300) Implementing Peer-to-Peer Transactional Replication
    •(Level 300) Implementing HTTP Merge Replication
    After completing this module, students will be able to:
    •Describe replication and its components.
    •Configure and implement replication.
    •Use replication to meet the requirements of some common scenarios.
    Module 8: Maintaining High Availability
    The students will be introduced to concepts and methods for maintaining high availability with SQL Server.
    Lessons
    •Introduction to High Availability
    •Implementing Log Shipping
    •Implementing Database Mirroring
    •Implementing Server Clustering
    •Using Distributed High Availability Solutions
    Lab : Maintaining High Availability
    •(Level 300) Configuring Log Shipping
    •(Level 300) Configuring Database Mirroring
    •(Level 300) Implementing SQL Server Clustering
    After completing this module, students will be able to:
    •Describe the factors affecting database availability.
    •Describe how to implement log shipping to support fast recovery of a standby SQL Server database
    •Describe how to use SQL Server mirroring to implement a software solution for fast failover
    •Explain how to implement clustering to support fast failover of computers running SQL Server instances.
    •Describe how to implement distributed high availability solutions.
    Module 9: Monitoring SQL Server
    The students will be introduced to monitoring SQL Server performance and activity.
    Lessons
    •Viewing Current Activity
    •Using SQL Server Profiler
    •Monitoring with DDL Triggers
    •Using Event Notifications
    Lab : Monitoring SQL Server
    •(Level 200) Monitoring SQL Server Activity
    •(Level 300) Tracing SQL Server Activity
    •(Level 200) Using DDL Triggers
    •(Level 200) Using Event Notifications
    After completing this module, students will be able to:
    •Examine the current activity in a SQL Server instance.
    •Use SQL Server Profiler to trace server and database activity.
    •Use DDL triggers to monitor changes to the structure of database objects.
    •Use event notifications to capture and monitor significant events for a SQL Server instance.
    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.
    Lessons
    •Troubleshooting SQL Server
    •Performance Tuning in SQL Server
    •Using Resource Governor
    •Using Data Collector
    Lab : Troubleshooting and Performance Tuning
    •(Level 300) Troubleshooting Connectivity Problems
    •(Level 300) Troubleshooting Concurrency Problems
    •(Level 300) Using the Database Engine Tuning Advisor
    •(Level 300) Implementing Resource Governor
    •(Level 300) Implementing Data Collector
    After completing this module, students will be able to:
    •Troubleshoot common SQL Server problems, such as connectivity, concurrency, and job and disk space problems.
    •Perform basic performance tuning tasks in SQL Server using the Database Engine Tuning Advisor, index tuning, and query tuning.
    •Use Resource Governor to manage SQL Server workloads and resources.
    •Use Data Collector to obtain performance data about your computer and the instances of SQL Server running on your computer.

Últimas consultas al curso

"Me interesa un Curso de Maintaining a Microsoft SQL Server 2008 Database, cuál es su duración y el costo. Si me pueden decir horarios y fechas de inicio."

Patricia para Curso de Maintaining a Microsoft SQL Server 2008 Database

Estado de México

"Me gustaría saber el costo y las fechas de inicio del Curso de Maintaining a Microsoft SQL Server 2008 Database - Benito Juárez - Distrito Federal."

Octavio para Curso de Maintaining a Microsoft SQL Server 2008 Database

México

"Me gustaría saber los teléfonos y dirección para visitarlos y conocer el Curso de Maintaining a Microsoft SQL Server 2008 Database que imparten y si van a impartir cursos de verano. "

Remedios para Curso de Maintaining a Microsoft SQL Server 2008 Database

Distrito Federal

Otra formación relacionada con programación sql

Este sitio utiliza cookies.
Si continua navegando, consideramos que acepta su uso.
Ver más  |