Microsoft SQL Server 2008 Analysis Services Unleashed Book Review Chapter 17
This chapter assumes what I believe is still true — that the majority source for OLAP systems in general (whether by frequency or volume) are relational systems. This chapter discusses two topics:
- Loading Data through XSL Cartridges
- XML behind Data Source Objects
A cartridge refers to an abstracted XML definition. SQL Server Analysis Services works like many other providers in having some way to translate a native SQL understanding to an foreign SQL understanding. The cartridge provides the bridge. If a native cartridge is not available, then as the book says on page 309, it defaults to the SQL Server 2000 cartridge. The diagram on the same page shows the central role cartridges play.
Continue reading “Loading Data from a Relational Database” »
Data Mining with Microsoft SQL Server 2008