Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Post an article
Translate this page
Powered by
Microsoft® Translator
Wikis - Page Details
First published by
Zoltán Horváth
(Microsoft Partner)
When:
29 Aug 2011 12:38 PM
Last revision by
Richard Mueller
(MVP, Microsoft Community Contributor)
When:
5 Apr 2013 7:40 AM
Revisions:
7
Comments:
4
Options
Subscribe to Article (RSS)
Share this
Can You Improve This Article?
Positively!
Click Sign In to add the tip, solution, correction or comment that will help other users.
Report inappropriate content using
these instructions
.
Wiki
>
TechNet Articles
>
Extract Transform Load (ETL)
Extract Transform Load (ETL)
Article
History
Extract Transform Load (ETL)
ETL stands for Extract, Transform and Load, which are phases of data processing in a data warehouse.
Extract
In this phase, data is read from the source systems, and copied to the staging area of the data warehouse - in a Microsoft environment, it typically means copying data from various sources with SQL Server Integration Services (
SSIS
) to one or more staging databases in SQL Server. The most common data source formats are relational databases and flat files.
Transform
In the Transform phase, the data in the staging area is transformed: the data is validated and cleansed, then data from different sources are joined and consolidated following business rules. A massive amount of calculations and aggregations are executed on the data, to prepare the next phase. The values of derived measures are calulated here. For the list of the built-in transformations in SSIS, please check the article:
SSIS: List of transformations
.
Load
In the Load phase, the data warehouse processes move data in its end target, usually the presentation area of the data warehouse. Feedback about the results is sent to other applications or to end users. The presentation area is where end users can access the data directly, through web reports, OLAP interfaces or other BI applications.
en-US
,
ETL
,
extract
,
Extract Transform Load
,
has comments
,
Integration Services
,
load
,
PBZ
,
SQL Server
,
SSIS
,
transform
Sort by:
Published Date
|
Most Recent
|
Most Useful
Comments
Zoltán Horváth
13 Jan 2012 4:11 AM
correcting tags
Ed Price - MSFT
26 Jan 2012 1:36 PM
Great article, Zoltan!
Zoltán Horváth
19 Mar 2013 5:00 PM
Thanks :)
Page 1 of 1 (3 items)