|
|
SQL 2000 Analysis Services or OLAPMicrosoft now call OLAP - Analysis services. Another term for this feature is data warehousing. Recent research show that interest in OLAP or Analysis Service is the fastest growing area of SQL 2000. To see this feature you need to re-run Install and select options, Install Analysis Services.
The 'regular' part of SQL is OLTP, the Online Transaction Processing arm of SQL 2000 server. OLTP deals with transactions like adding sales or entering new products into your database. PlanningIn addition to creating database tables, views and indexing, analysis services benefits from DTS packages to extract data into the analysis databases. With DTS you can filter or clean the data to make it easier to separate key indicators from 'noise'. It is important to separate the analysis database form the production database so no live data is compromised by a rogue query. CompatibilityFrom time to time I comment on Microsoft's weaknesses, however, backwards compatibility is one of their strengths; and SQL 2000's compatibility with SQL 7 is no exception. From my spreadsheet days I have always been fond of Pivot table to analyse data, and once again there is complete match with SQL 7 so that clients will not notice any difference when you upgrade. New Features of Analysis Services
SELECT
*
|
|
||||