开发者

OLAP on SQL Express

I'm wondering if there is any desktop OLAP solution that can use SQL Express (and therefore does not require Analysis Services)

I've been tasked with finding a way to allow our customers to do 'Ad-Hoc' reports, but the vast majority of them are on Sql Express, In previous jobs, customers have had Analysis S开发者_C百科ervices and typically Cognos or Crystal Reports, so all that was required was to design the cube.


SQL Express is pretty limited, I don't know of any OLAP capabilities.

Although, we use DevExpress OLAP Pivot Grid with ROLAP to get around this problem.

Just create a cube-like SQL query and plug it in.

SELECT productname, reasonforsale, salestotal
  FROM orderdetail


You can get editions of SQL server express with SQL Server Reporting Services (SSRS) this would allow you design reports without the expense of Crystal or Business objects.

Here is the link to the download page. Just select the option on the far right in either 32 or 64 bit flavour depending on what you are running

http://www.microsoft.com/express/Database/InstallOptions.aspx


There is PowerPivot Add-in for Excel. It is an ssas engine with in-memory storage and a powerful expression language called DAX that allows you to load all kinds of data sources and create model/s in Excel itself. It has an engine called Vertipaq that highly compresses the underlying data allowing millions of rows to be sliced and diced.

Regards, Hrvoje


You can use icCube on the desktop to connect to SQL Express.


You can create your own .NET or Delphi application (Desktop or Web) imbedding RadarCube components of Direct edition.

The OlapCube component has a visual designer to create a cube structure (Dimensions, Hierarchies) and ROLAP engine to build cubes and process queries.

The OlapAnalysis component provides Visual Analysis tools with Pivot Grid/Chart functionality.

https://www.radar-soft.com/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜