Joe,
One of the primary reasons for the staging area is to prepare the data =
(validation, transformations, etc.) for loading. I would keep the =
staging area. As your application grows, so will the need for a staging =
area. There may be other valid opinions on this.
-- Bill
[quoted text, click to view] "Joe" <hortoristic@gmail.dot.com> wrote in message =
news:2E72575D-E385-4DAB-9732-26698DCF7B69@microsoft.com...
I almost see no reason to even bother with moving any data to a =
staging area - just let the ETL handle what it needs to use for SCD and =
other updates - right?=20
[quoted text, click to view] "AlterEgo" <alterego55@dslextreme.com> wrote in message =
news:u7Ost%23gSHHA.4028@TK2MSFTNGP04.phx.gbl...
Joe,
The only reason I can think of is the staging process might use =
supplemental tables to validate, verify or transform the data it is =
loading.
-- Bill
[quoted text, click to view] "Joe" <hortoristic@gmail.dot.com> wrote in message =
news:64E96027-CBF0-432C-8F66-3D1C83CCDAAF@microsoft.com...
One of the first steps in creating an ETL for a data mart - is =
moving data from the source system into a staging area.
A current system we have now - copies all data, all tables and =
values, and replaces the staging area each time it is ran - even tables =
and values that aren't being used by the data mart or in any tranforms. =
It is ran once a month right now.
From what I see - SSIS will allow me to just bring over into =
staging what needs to be staged or used in the ETL to result in the DM. =
This seems like a much better approach and less strain on the systems. =20
Are there any other reasons I need to consider to support having =