Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Fact table loading is often simpler than dimension ETL, because a fact table usually involves just inserts and, occasionally, updates. When dealing with large volumes, you may need to handle partition inserts and deal with updates in a different way.
In general, fact table loading involves a few common tasks:
The Sales Quota fact table is relatively straightforward and will give you a good start toward developing your fact table ETL:
1. In your SSIS project for this chapter, create a new package and rename it ETL_FactSalesQuota.dtsx.