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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
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.
|
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. |
|||
|
|
|
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 |
|||
|
|