Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Meditation Personal Transformation Life Purpose Neuroscience Emotional Intelligence
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Science
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Database Design & Development Data Warehouse

Data Warehousing for beginners.

Learn to implement a Data Warehouse Solution from scratch
Rating: 3.8 out of 53.8 (123 ratings)
14,141 students
Created by Skill Tree
Last updated 8/2017
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Deploy and Configure SSIS packages.
  • Design and implement a data warehouse
  • Implement Data Flow in an SSIS Package
  • Implement Control Flow in an SSIS Package
  • Debug and Troubleshoot SSIS packages.
  • Implement an ETL solution that supports incremental data extraction
  • Implement data cleansing by using Microsoft Data Quality Services.
  • Implement Master Data Services to enforce data integrity
  • Extract and load modified data
  • Consume data in a data warehouse

Course content

9 sections • 51 lectures • 6h 2m total length

  • Preview02:34
  • Preview03:06
  • Preview02:27
  • Preview01:54
  • Database vs Data Warehouse
    03:15

  • Download and Install SQL Server Enterprise Edition
    11:54
  • Attaching AdventureworksDW2014 Database
    05:33
  • Testing AdventureworksDW2014
    01:46
  • Enabling SQL Server Agent
    02:33
  • Download and Install SQL Server Data Tools -SSDT
    06:03
  • Adjusting Database settings for Data Warehouse implementation
    06:38
  • Download and Install Visual studio
    07:47
  • Completing Visual studio installation
    05:10

  • Planning Data Warehouse Hardware
    10:42
  • FTDW Sizing Tool
    03:56
  • Designing Dimension Tables
    10:14
  • Logical Design of a Data Warehouse
    04:14
  • Physical design of a Data Warehouse
    09:55
  • Physical design of a Data Warehouse -Continued
    11:42

  • Introduction to ETL with SSIS
    02:41
  • Exploring data source - part 1
    08:41
  • Exploring data source - part 2
    04:36
  • Introduction to control flow - part 1
    09:55
  • Introduction to control flow - part 2
    08:21
  • Implementing data flow - part 1
    09:44
  • Implementing data flow - part 2
    09:33

  • Debugging SSIS Package - Part 1
    07:20
  • Debugging SSIS Package - Part 2
    06:53
  • Logging SSIS package events
    10:18
  • Handling errors in an SSIS Package
    08:00

  • Introduction to incremental ETL
    05:36
  • Extracting modified data - Part 1
    04:53
  • Extracting modified data - Part 2
    07:47
  • Extracting modified data - Part 3
    05:28
  • Extracting modified data - Part 4
    07:19
  • Loading modified data - Part 1
    07:31
  • Loading modified data - Part 2
    07:25

  • Introduction to Integration Services Catalogs
    08:19
  • Deploying an SSIS Solution
    11:52
  • Executing a package with SQL Server Agent
    10:58
  • Configuring advanced SSIS settings
    05:19

  • Installing Data Quality Services
    06:57
  • Cleansing Data with Data Quality Services
    11:27
  • Using Data Quality Services to detect duplicates -Part 1
    11:11
  • Using Data Quality Services to detect duplicates -Part 2
    09:07
  • Using Data Quality services in an SSIS Data flow
    09:34

  • Business Intelligence - Introduction
    04:16
  • Using Reporting Services in a Data Warehouse - Part 1
    08:12
  • Using Reporting Services in a Data Warehouse - Part 2
    07:00
  • Using Analysis Services with a Data Warehouse -Part 1
    09:27
  • Using Analysis Services with a Data Warehouse -Part 2
    05:13

Requirements

  • You should have basic knowledge of using a computer
  • You should have an understanding of database concepts
  • You should have basic working knowledge of SQL

Description

This course is a beginners course that will show you how to implement enterprise data warehouse solution using Microsoft SQL Server ,Microsoft SQL Server Integration Services SSIS and Microsoft SQL Server Data Tools -SSDT.

You will learn how to implement ETL ( Extract,Transform, Load)  process using SQL Server Integration services .

This course will show you how to design fact and dimension tables which are the two main types of table used in data warehouse . You will learn the star and starflake techniques used to design dimension tables.

What You will learn includes:

••Deploy and Configure SSIS packages.
••Download and installing SQL Server 2014
••Download and attaching Adventureworks2014 database
••Download and installing SSDT
••Download and installing Visual studio
••Describe data warehouse concepts and architecture considerations.
••Select an appropriate hardware platform for a data warehouse.
••Design and implement a data warehouse.
••Implement Data Flow in an SSIS Package.
••Implement Control Flow in an SSIS Package.
••Debug and Troubleshoot SSIS packages.
••Implement an ETL solution that supports incremental data extraction.
••Implement an ETL solution that supports incremental data loading.
••Implement data cleansing by using Microsoft Data Quality Services.
••Implement Master Data Services to enforce data integrity.
••Extend SSIS with custom scripts and components.
••Databases vs. Data warehouses
••Choose between star and snowflake design schemas
••Explore source data
••Implement data flow
••Debug an SSIS package
••Extract and load modified data
••Enforce data quality
••Consume data in a data warehouse

By the end of this course you would have acquired enough skills to implement a data warehouse solution.

Who this course is for:

  • Beginner Database Administrator
  • Beginner Data warehouse administrator
  • Beginner Data Analyst
  • Beginner Data Scientist
  • Network Adminstrators

Instructor

Skill Tree
Skill based learning
Skill Tree
  • 3.9 Instructor Rating
  • 923 Reviews
  • 25,098 Students
  • 19 Courses

We are experienced company that provides quality video based training .
Our courses are easy to follow and understand and will take you from
an absolute beginner with no technical skills to being efficient and confident with various technical skill like SQL and databases.
We have worked with companies of various sizes and provided consultancy services at various levels.
Thank you for learning with us and we hope your experience will be pleasant.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.