![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, Currently we are implementing an ETL Process via DTS. There is some confusion regarding Staging Area. As far as my understanding is concerned, i feel that the Staging Area (SA) is the area where where i _EXPLICITLY_ store data from my legacy system, the reason to use a SA can or can not be any of the following : 1) Handle the Updates to Datawarehouse 2) Increase the efficiecny of the process 3) [ANY REASON] I just woundering that if any of you can help me out in clearing my uderstanding about the staging area. If there are any Online Articles or BOOKS, then please do refer it to. Thanks, Mansoor |
#3
| |||
| |||
|
|
Mansoor, A Staging Area could be a Server or a Database based on the Context. You can restore a copy of the OLTP database on the Staging Server(can also be the server on which the Reporting database runs). In another case, we used to BCP out the required OLTP tables from the OLTP_DBName DB and BCP in the same tables on a OLTP_DBNameStaging DB and then run the load script to build the DataWarehouse/Reporting DB. Gopi "Muhammad Mansoor" <mmansoor (AT) gmail (DOT) com> wrote in message news:1101885423.512013.28600 (AT) c13g2000cwb (DOT) googlegroups.com... Hi All, Currently we are implementing an ETL Process via DTS. There is some confusion regarding Staging Area. As far as my understanding is concerned, i feel that the Staging Area (SA) is the area where where i _EXPLICITLY_ store data from my legacy system, the reason to use a SA can or can not be any of the following : 1) Handle the Updates to Datawarehouse 2) Increase the efficiecny of the process 3) [ANY REASON] I just woundering that if any of you can help me out in clearing my uderstanding about the staging area. If there are any Online Articles or BOOKS, then please do refer it to. Thanks, Mansoor |
#4
| |||
| |||
|
|
Mansoor, A Staging Area could be a Server or a Database based on the Context. You can restore a copy of the OLTP database on the Staging Server(can also be the server on which the Reporting database runs). In another case, we used to BCP out the required OLTP tables from the OLTP_DBName DB and BCP in the same tables on a OLTP_DBNameStaging DB and then run the load script to build the DataWarehouse/Reporting DB. Gopi "Muhammad Mansoor" <mmansoor (AT) gmail (DOT) com> wrote in message news:1101885423.512013.28600 (AT) c13g2000cwb (DOT) googlegroups.com... Hi All, Currently we are implementing an ETL Process via DTS. There is some confusion regarding Staging Area. As far as my understanding is concerned, i feel that the Staging Area (SA) is the area where where i _EXPLICITLY_ store data from my legacy system, the reason to use a SA can or can not be any of the following : 1) Handle the Updates to Datawarehouse 2) Increase the efficiecny of the process 3) [ANY REASON] I just woundering that if any of you can help me out in clearing my uderstanding about the staging area. If there are any Online Articles or BOOKS, then please do refer it to. Thanks, Mansoor |
#5
| |||
| |||
|
|
Hi All, Currently we are implementing an ETL Process via DTS. There is some confusion regarding Staging Area. As far as my understanding is concerned, i feel that the Staging Area (SA) is the area where where i _EXPLICITLY_ store data from my legacy system, the reason to use a SA can or can not be any of the following : 1) Handle the Updates to Datawarehouse 2) Increase the efficiecny of the process 3) [ANY REASON] I just woundering that if any of you can help me out in clearing my uderstanding about the staging area. If there are any Online Articles or BOOKS, then please do refer it to. Thanks, Mansoor |
#6
| |||
| |||
|
|
There are many takes on this and I suggest a decent ETL book would be a good purchase to find out more. Perhaps the simplest is where you really do ELT. The staging table mirrors the structure of the source, even if that is RMDBs or file or other based. Load data straight into staging table. This is teh E and L. You then perform the T part and transform data into your data store and/or warehouse structures. -- Darren Green http://www.sqldts.com "Muhammad Mansoor" <mmansoor (AT) gmail (DOT) com> wrote in message news:1101885423.512013.28600 (AT) c13g2000cwb (DOT) googlegroups.com... Hi All, Currently we are implementing an ETL Process via DTS. There is some confusion regarding Staging Area. As far as my understanding is concerned, i feel that the Staging Area (SA) is the area where where i _EXPLICITLY_ store data from my legacy system, the reason to use a SA can or can not be any of the following : 1) Handle the Updates to Datawarehouse 2) Increase the efficiecny of the process 3) [ANY REASON] I just woundering that if any of you can help me out in clearing my uderstanding about the staging area. If there are any Online Articles or BOOKS, then please do refer it to. Thanks, Mansoor |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
What about the practices that are usually done for ETL Process. ?? Gopinath R wrote: Mansoor, A Staging Area could be a Server or a Database based on the Context. You can restore a copy of the OLTP database on the Staging Server(can also be the server on which the Reporting database runs). In another case, we used to BCP out the required OLTP tables from the OLTP_DBName DB and BCP in the same tables on a OLTP_DBNameStaging DB and then run the load script to build the DataWarehouse/Reporting DB. Gopi "Muhammad Mansoor" <mmansoor (AT) gmail (DOT) com> wrote in message news:1101885423.512013.28600 (AT) c13g2000cwb (DOT) googlegroups.com... Hi All, Currently we are implementing an ETL Process via DTS. There is some confusion regarding Staging Area. As far as my understanding is concerned, i feel that the Staging Area (SA) is the area where where i _EXPLICITLY_ store data from my legacy system, the reason to use a SA can or can not be any of the following : 1) Handle the Updates to Datawarehouse 2) Increase the efficiecny of the process 3) [ANY REASON] I just woundering that if any of you can help me out in clearing my uderstanding about the staging area. If there are any Online Articles or BOOKS, then please do refer it to. Thanks, Mansoor |
#9
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |