Laboris.net

Curso relacionado
  •  SEAS, Estudios Superiores Abiertos SEAS, Estudios Superiores Abiertos
    PRECIO: A consultar
    CURSO:Online

    Requisitos: Cumplir uno de los siguientes requisitos:- Ser mayor de 18 años, Estar en posesión del título de Bachiller o declarado equivalente, de titulación de Técnico Superior de Formación Profesional, o ser mayor de 25 años con al menos 1 año de e...

Curso de 20767 IMPLEMENTING A SQL DATA WAREHOUSE

IDESE FORMACIÓN
IDESE FORMACIÓN

Curso Presencial en Valencia (Valencia)

Precio: 995 €
Duración: 5 días

Resumen del curso

Este curso describe cómo implementar una plataforma de almacenamiento de datos para apoyar una solución de BI.

Objetivos: Describe the key elements of a data warehousing solution Describe the main hardware considerations for building a data warehouse Implement a logical design for a data warehouse Implement a physical design for a data warehouse Create columnstore indexes Implementing an Azure SQL Data Warehouse Describe the key features of SSIS Implement a data flow by using SSIS Implement control flow by using tasks and precedence constraints Create dynamic packages that include variables and parameters Debug SSIS packages Describe the considerations for implement an ETL solution Implement Data Quality Services Implement a Master Data Services model Describe how you can use custom components to extend SSIS Deploy SSIS projects Describe BI and common BI scenarios

A quién va dirigido: Los destinatarios principales de este curso son los individuos que administran y mantienen bases de datos SQL Server. Estos individuos realizan la administración de bases de datos y mantenimiento como su principal área de responsabilidad, o trabajan en entornos en los que las bases de datos juegan un papel clave en su trabajo principal. El público secundario para este curso son los individuos que desarrollan aplicaciones que ofrecen contenido de bases de datos SQL Server.

Temario completo de este curso

Module 1: Introduction to Data Warehousing

This module describes data warehouse concepts and architecture consideration.

Lessons

  • Overview of Data Warehousing
  • Considerations for a Data Warehouse Solution

Lab : Exploring a Data Warehouse Solution

  • Exploring data sources
  • Exploring an ETL process
  • Exploring a data warehouse

After completing this module, you will be able to:

  • Describe the key elements of a data warehousing solution
  • Describe the key considerations for a data warehousing solution

Module 2: Planning Data Warehouse Infrastructure

This module describes the main hardware considerations for building a data warehouse.

Lessons

  • Considerations for Building a Data Warehouse
  • Data Warehouse Reference Architectures and Appliances

Lab : Planning Data Warehouse Infrastructure

  • Planning data warehouse hardware

After completing this module, you will be able to:

  • Describe the main hardware considerations for building a data warehouse
  • Explain how to use reference architectures and data warehouse appliances to create a data warehouse

Module 3: Designing and Implementing a Data Warehouse

This module describes how you go about designing and implementing a schema for a data warehouse.

Lessons

  • Designing dimension tables
  • Designing fact tables
  • Physical Design for a Data Warehouse

Lab : Implementing a Data Warehouse Schema

  • Implementing a star schema
  • Implementing a snowflake schema
  • Implementing a time dimension table

After completing this module, you will be able to:

  • Implement a logical design for a data warehouse
    Implement a physical design for a data warehouse

Module 4: Columnstore Indexes

This module introduces Columnstore Indexes.

Lessons

  • Introduction to Columnstore Indexes
  • Creating Columnstore Indexes
  • Working with Columnstore Indexes

Lab : Using Columnstore Indexes

  • Create a Columnstore index on the FactProductInventory table
  • Create a Columnstore index on the FactInternetSales table
  • Create a memory optimized Columnstore table

After completing this module, you will be able to:

  • Create Columnstore indexes
  • Work with Columnstore Indexes

Module 5: Implementing an Azure SQL Data Warehouse

This module describes Azure SQL Data Warehouses and how to implement them.

Lessons

  • Advantages of Azure SQL Data Warehouse
  • Implementing an Azure SQL Data Warehouse
  • Developing an Azure SQL Data Warehouse
  • Migrating to an Azure SQ Data Warehouse
  • Copying data with the Azure data factory

Lab : Implementing an Azure SQL Data Warehouse

  • Create an Azure SQL data warehouse database
  • Migrate to an Azure SQL Data warehouse database
  • Copy data with the Azure data factory

After completing this module, you will be able to:

  • Describe the advantages of Azure SQL Data Warehouse
  • Implement an Azure SQL Data Warehouse
  • Describe the considerations for developing an Azure SQL Data Warehouse
  • Plan for migrating to Azure SQL Data Warehouse

Module 6: Creating an ETL Solution

At the end of this module you will be able to implement data flow in a SSIS package.

Lessons

  • Introduction to ETL with SSIS
  • Exploring Source Data
  • Implementing Data Flow

Lab : Implementing Data Flow in an SSIS Package

  • Exploring source data
  • Transferring data by using a data row task
  • Using transformation components in a data row

After completing this module, you will be able to:

  • Describe ETL with SSIS
  • Explore Source Data
  • Implement a Data Flow

Module 7: Implementing Control Flow in an SSIS Package

This module describes implementing control flow in an SSIS package.

Lessons

  • Introduction to Control Flow
  • Creating Dynamic Packages
  • Using Containers
  • Managing consistency.

Lab : Implementing Control Flow in an SSIS Package

  • Using tasks and precedence in a control flow
  • Using variables and parameters
  • Using containers

Lab : Using Transactions and Checkpoints

  • Using transactions
  • Using checkpoints

After completing this module, you will be able to:

  • Describe control flow
  • Create dynamic packages
  • Use containers

Module 8: Debugging and Troubleshooting SSIS Packages

This module describes how to debug and troubleshoot SSIS packages.

Lessons

  • Debugging an SSIS Package
  • Logging SSIS Package Events
  • Handling Errors in an SSIS Package

Lab : Debugging and Troubleshooting an SSIS Package

  • Debugging an SSIS package
  • Logging SSIS package execution
  • Implementing an event handler
  • Handling errors in data flow

After completing this module, you will be able to:

  • Debug an SSIS package
  • Log SSIS package events
  • Handle errors in an SSIS package

Module 9: Implementing an Incremental ETL Process

This module describes how to implement an SSIS solution that supports incremental DW loads and changing data.

Lessons

  • Introduction to Incremental ETL
  • Extracting Modified Data
  • Loading modified data
  • Temporal Tables

Lab : Extracting Modified DataLab : Loading Incremental Changes

  • Using a datetime column to incrementally extract data
  • Using change data capture
  • Using the CDC control task
  • Using change tracking

After completing this module, you will be able to:

  • Describe incremental ETL
  • Extract modified data
  • Describe temporal tables

Module 10: Enforcing Data Quality

This module describes how to implement data cleansing by using microsoft Data Quality services.

Lessons

  • Introduction to Data Quality
  • Using Data Quality Services to Cleanse Data
  • Using Data Quality Services to Match Data

Lab : Cleansing Data

  • Creating a DQS knowledge base
  • Using a DQS project to cleanse data
  • Using DQS in an SSIS packag

Lab : De-duplicating Data

  • Creating a matching policy
  • Using a DS project to match data

After completing this module, you will be able to:

  • Describe data quality services
  • Cleanse data using data quality services
  • Match data using data quality services
  • De-duplicate data using data quality services

Module 11: Using Master Data Services

This module describes how to implement master data services to enforce data integrity at source.

Lessons

  • Master Data Services Concepts
  • Implementing a Master Data Services Model
  • Managing Master Data
  • Creating a Master Data Hub

Lab : Implementing Master Data Services

  • Creating a master data services model
  • Using the master data services add-in for Excel
  • Enforcing business rules
  • Loading data into a model
  • Consuming master data services data

After completing this module, you will be able to:

  • Describe the key concepts of master data services
  • Implement a master data service model
  • Manage master data
  • Create a master data hub

Module 12: Extending SQL Server Integration Services (SSIS)

This module describes how to extend SSIS with custom scripts and components.

Lessons

  • Using Custom Components in SSIS
  • Using Scripting in SSIS

Lab : Using Scripts and Custom Components

  • Using a script task

After completing this module, you will be able to:

  • Use custom components in SSIS
  • Use scripting in SSIS

Module 13: Deploying and Configuring SSIS Packages

This module describes how to deploy and configure SSIS packages.

Lessons

  • Overview of SSIS Deployment
  • Deploying SSIS Projects
  • Planning SSIS Package Execution

Lab : Deploying and Configuring SSIS Packages

  • Creating an SSIS catalog
  • Deploying an SSIS project
  • Creating environments for an SSIS solution
  • Running an SSIS package in SQL server management studio
  • Scheduling SSIS packages with SQL server agent

After completing this module, you will be able to:

  • Describe an SSIS deployment
  • Deploy an SSIS package
  • Plan SSIS package execution

Module 14: Consuming Data in a Data Warehouse

This module describes how to debug and troubleshoot SSIS packages.

Lessons

  • Introduction to Business Intelligence
  • Introduction to Reporting
  • An Introduction to Data Analysis
  • Analyzing Data with Azure SQL Data Warehouse

Lab : Using Business Intelligence Tools

  • Exploring a reporting services report
  • Exploring a PowerPivot workbook
  • Exploring a power view report

After completing this module, you will be able to:

  • Describe at a high level business intelligence
  • Show an understanding of reporting
  • Show an understanding of data analysis
  • Analyze data with Azure SQL data warehouse
 
ver temario completo
 
  

Más cursos relacionados de Informática y tecnología



  • SEAS, Estudios Superiores Abiertos

    Requisitos: Cumplir uno de los siguientes requisitos:- Ser mayor de 18 años, Estar en posesión del título de Bachiller o declarado equivalente, de titulación de Técnico Superior de Formación ...

    Curso
    Distancia
    A consultar


  • Instituto Europeo de Asesoría Fiscal - INEAF

    Objetivos: - Conocer el nuevo marco normativo de protección de datos personales que configura el GDPR.- Aplicar correctamente en el funcionamiento de la Empresa las previsiones del Reglamento (UE) ...

    Curso
    Online
    375 €


  • DELENA

    Objetivos: El objetivo primordial de este curso a distancia es que aprendas a manejar Acces 2010, dominando todas sus funciones. Requisitos: No tiene requisitos previos. A quién va dirigido: A ...

    Curso
    Distancia
    199 €


  • DELENA

    Tema 1. Estructura de bases de datos relacionales. Tema 2. Creación de tablas y propiedades. Tema 3. Manejo de datos. Tema 4. Relaciones de la base de datos. Tema 5. Seguridad de una base ...

    Curso
    Distancia
    199 €


  • DELENA

    " Tema 1. Introducción 1.1 Objetivos de la obra 1.2 Presentación de Oracle 11g 1.3 Convenciones de nomenclatura Tema 2. Las bases de la arquitectura Oracle 2.1 Presentación ...

    Curso
    Distancia
    199 €


  • DELENA

    · Introducción a Access 2000: Qué es y cómo acceder a Access 2000. Bases de datos en Access 2000. Ventana Principal. · Manejo de las bases de datos: ...

    Curso
    Distancia
    199 €


  • DELENA

    Introducción y descripción del gestor de base de datos ¿Qué es una base de datos? Comenzar y finalizar una sesión. La ventana de Access. El panel de ...

    Curso
    Distancia
    199 €


  • DELENA

    Curso a distancia Access 2000 básico de 250 horas,tutor particular telefónico y e-mail, con envío del material a su domicilio en un máximo de 8-10 días

    Curso
    Distancia
    199 €


  • DELENA

    Realiza el curso de Base de Datos Access 2002,en el que tendrás un tutor personalizado, con una druación de 250 horas, a Distancia.

    Curso
    Distancia
    199 €

Recomiéndanos | Laboris.net en inicio | Favoritos | Contáctenos | Acerca de Laboris.net | Condiciones de uso | Política de privacidad | Oferta de empleo | Política de cookies

SCM Spain © 2024 EMAGISTER Servicios de formación, S.L.