SQL Express 上的 OLAP

发布于 2024-09-24 00:39:18 字数 198 浏览 2 评论 0原文

我想知道是否有任何可以使用 SQL Express 的桌面 OLAP 解决方案(因此不需要 Analysis Services)

我的任务是找到一种方法来允许我们的客户执行“临时”报告,但是大量的其中大多数都在 Sql Express 上,在以前的工作中,客户拥有分析服务,通常是 Cognos 或 Crystal Reports,因此所需要做的就是设计多维数据集。

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 Services and typically Cognos or Crystal Reports, so all that was required was to design the cube.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

童话 2024-10-01 00:39:18

SQL Express 非常有限,我不知道有任何 OLAP 功能。

尽管如此,我们使用 DevExpress OLAP Pivot GridROLAP 来解决这个问题。

只需创建一个类似立方体的 SQL 查询并将其插入即可。

SELECT productname, reasonforsale, salestotal
  FROM orderdetail

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
困倦 2024-10-01 00:39:18

您可以获得带有 SQL Server Reporting Services (SSRS) 的 SQL Server Express 版本,这将允许您设计报表,而无需花费 Crystal 或 Business 对象。

这是下载页面的链接。只需选择最右侧的 32 位或 64 位版本选项,具体取决于您运行的内容

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

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

橘香 2024-10-01 00:39:18

有适用于 Excel 的 PowerPivot 加载项。它是一个 ssas 引擎,具有内存存储和名为 DAX 的强大表达语言,允许您加载各种数据源并在 Excel 本身中创建模型。它有一个名为 Vertipaq 的引擎,可以高度压缩底层数据,允许对数百万行进行切片和切块。

问候,
赫尔沃耶

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

謸气贵蔟 2024-10-01 00:39:18

您可以在桌面上使用 icCube 连接到 SQL Express。

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

记忆で 2024-10-01 00:39:18

您可以创建自己的 .NET 或 Delphi 应用程序(桌面或 Web),嵌入 Direct 版本的 RadarCube 组件。

OlapCube 组件有一个可视化设计器来创建多维数据集结构(维度、层次结构)和 ROLAP 引擎来构建多维数据集和处理查询。

OlapAnalysis 组件提供具有透视表格/图表功能的可视化分析工具。

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

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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文