Link to home
Start Free TrialLog in
Avatar of TechMonster
TechMonster

asked on

Difference between SAS and SSAS

What the heck is the difference between SAS and SSAS
ASKER CERTIFIED SOLUTION
Avatar of derekkromm
derekkromm
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of TechMonster
TechMonster

ASKER

Nice..thanks for the fast response
..amazing that someone would liken SAS to PeopleSoft.

SAS is Statistical Analysis System, and it is essentially a collection of procedures for doing statistical analysis, such as: descriptive statistics, linear regression, analysis of variance, design of experiments, time series analysis, etc, It has grown over the years and also includes many data management functions.

SSAS is Sql Server Analysis Services, and is a multidimensional database, aka OLAP, aka cube.  It has a query language, MDX, that has some basic statistical calculations, (such as sums, averages, ranks).  But the point of SSAS is to do dimensional analysis, essentially, compute summaries of quantitative data broken out by descriptive factors, such as product, geography, time.  The other main angle is to take those categories, express them in multiple levels of granularity (for example, zip code - city - state - country) and build hierarchies for them.

Because of the popularity of dimensional data, SAS actually does have a multidimensional database offering, SAS OLAP, that also uses the MDX query language, but the focus of the SAS Institute is statistical analysis.  

Three are three main approaches to analyzing data:  Statistics, OLAP, and Data Mining.

SSAS does include a basic data mining engine.  SAS sells very powerful data mining software. But basically, SSAS is a database, and SAS is statistical procedures.