The lifecycle toolkit covers many project mgmt items as well, for pure data
mart modeling you might want the "data warehouse toolkit" minus the
lifecycle.
--
Ray Higdon MCSE, MCDBA, CCNA
---
"Phil Austin" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
For the theory of dimensional modelling etc. get The Data Warehouse
Lifecycle Toolkit by Ralph Kimball. The SQL Server Resource Kit has also got
|
a good section on Extract Transform and Load (ETL) including more practical
examples using SQL, as well as stuff about partitioning which can improve
efficiency.
Quote:
I'd generally start with the warehouse schema first, and then consider the
ETL once I know what the target looks like. For the ETL itself I'd probably
|
use DTS - its pretty good at pumping data. For efficiency staging the data
and using stored procs to transform it, definitely helps, if you've got the
room.