Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
Business Intelligence
»
SSAS
SSAS
Rate Topic
Display Mode
Topic Options
Author
Message
himanshu.44ec06
himanshu.44ec06
Posted Tuesday, January 15, 2013 11:52 PM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Wednesday, January 23, 2013 11:05 PM
Points: 133,
Visits: 34
I currently use Integration Services and Reporting Services quite extensively to query and populate data from SQL. I've always been curious as to what the third sibling, Analysis Services, does and whether it be of use to my organisation. What are Analysis Services benefits and what would we gain by using this above using Integration and Reporting Services please?
Post #1407627
Koen Verbeeck
Koen Verbeeck
Posted Wednesday, January 16, 2013 12:57 AM
SSCrazy Eights
Group: General Forum Members
Last Login: Yesterday @ 6:30 AM
Points: 9,410,
Visits: 6,495
SSAS is an OLAP database, where OLAP stands for Online Analytical Processing.
A relational database not used as a data warehouse is an OLTP database, where OLTP stands for Online Transactional Processing.
OLTP is more concerned with fast updates, deletes and inserts and deals with a lot of small transactions.
OLAP on the other hand, is more concerned with a lot of reads (for reporting) and much less with inserts or updates. So basically there are two completely different scenarios.
Although you can just build a data warehouse in SQL Server using dimensional modelling (which you probably have done so far) to cope with the amount of reads, SSAS has some extra advantages.
SSAS allows you to build a model (multidimensional in SSAS 2005/2008/2008R2/2012 or tabular in SSAS 2012) which is put on top of the data warehouse. SSAS is designed to store data in a different way, making it fast to read (SSAS is essentially read-only, unless when you process your cube). The biggest reason SSAS can be faster because it pre-aggregates some of the data. For example, suppose you have all your facts at the day level, but your reporting is at the month, quarter or year level.
If you'd want to calculate the measure for the whole year in the data warehouse, you'd have to do 365 calculations (each for every day of the year). SSAS on the other hand, would pre-aggregate the data to the month level. If you'd need reporting at the year level, SSAS would need only 12 calculations. At the quarter level, only 3 and if you would report on the month level, no calculations would be done at all.
There's of course much more to SSAS then just simple aggregations, so I would suggest you try to pick up some books. Also determine if it is worth investing your time in SSAS Tabular (introduced in QL Server 2012 and it stores data in tabular format and in-memory, making it usually easier to develop your model and it's blazing fast in some scenarios).
Also try to learn about dimensional modelling, if you haven't already:
The Data Warehouse Toolkit: The Complete Guide to Dimensional Modeling
How to post forum questions.
Need an answer? No, you need a question.
What’s the deal with Excel & SSIS?
Member of
LinkedIn
. My blog at
LessThanDot
.
MCSA SQL Server 2012 - MCSE Business Intelligence
Post #1407644
mmartin1
mmartin1
Posted Tuesday, March 19, 2013 10:51 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Thursday, June 13, 2013 2:02 PM
Points: 198,
Visits: 656
As the name "analysis services" implies, you are analyzing data. Think of it this way, the ETL paradigm. SSIS brings in data. SSAS transforms data into information. SSRS reports the information to users. IF you haven't already do some reading on books online to view its various benefits.
Post #1432779
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.