Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm currently using SQL Server where I have my data warehouse. I'd like to use this DW to create BI system but without SSAS. Basically i need olap server which is alternative to SSAS and where i can store data from SQL Server DW. Do you have any suggesctions?

share|improve this question

closed as not constructive by Aziz Shaikh, Florent, ronalchn, Andro Selva, vzwick Sep 24 '12 at 9:30

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

up vote 1 down vote accepted

icCube is an alternate OLAP server (MDX/XMLA compliant). It can connect to any DB with a JDBC driver - so you can for example move your data to Postgres, MySQL, etc... or simply files if the DB is not required.

share|improve this answer
It looks nice. Thank you for your reply. – shq Sep 24 '12 at 7:23

Why do you want an alternative to SSAS?

Here's some comparisons of other SSAS Servers. http://en.wikipedia.org/wiki/Comparison_of_OLAP_Servers

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.