Analysis Services features supported by SQL Server editions
Analysis Services (servers)
Feature | Enterprise | Standard | Web | Express with Advanced Services | Express with Tools | Express | Developer |
---|---|---|---|---|---|---|---|
Scalable shared databases | Yes | Yes | |||||
Backup/Restore & Attach/Detach databases | Yes | Yes | Yes | ||||
Synchronize databases | Yes | Yes | |||||
Always On failover cluster instances | Yes
Number of nodes is the operating system maximum |
Yes
Support for 2 nodes |
Yes
Number of nodes is the operating system maximum |
||||
Programmability (AMO, ADOMD.Net, OLEDB, XML/A, ASSL, TMSL) | Yes | Yes | Yes |
Tabular models
Feature | Enterprise | Standard | Web | Express with Advanced Services | Express with Tools | Express | Developer |
---|---|---|---|---|---|---|---|
Hierarchies | Yes | Yes | Yes | ||||
KPIs | Yes | Yes | Yes | ||||
Perspectives | Yes | Yes | |||||
Translations | Yes | Yes | Yes | ||||
DAX calculations, DAX queries, MDX queries | Yes | Yes | Yes | ||||
Row-level security | Yes | Yes | Yes | ||||
Multiple partitions | Yes | Yes | |||||
In-memory storage mode | Yes | Yes | Yes | ||||
DirectQuery storage mode | Yes | Yes |
Multidimensional models
Feature | Enterprise | Standard | Web | Express with Advanced Services | Express with Tools | Express | Developer |
---|---|---|---|---|---|---|---|
Semi-additive measures | Yes | No 1 | Yes | ||||
Hierarchies | Yes | Yes | Yes | ||||
KPIs | Yes | Yes | Yes | ||||
Perspectives | Yes | Yes | |||||
Actions | Yes | Yes | Yes | ||||
Account intelligence | Yes | Yes | Yes | ||||
Time intelligence | Yes | Yes | Yes | ||||
Custom rollups | Yes | Yes | Yes | ||||
Writeback cube | Yes | Yes | Yes | ||||
Writeback dimensions | Yes | Yes | |||||
Writeback cells | Yes | Yes | Yes | ||||
Drillthrough | Yes | Yes | Yes | ||||
Advanced hierarchy types (parent-child and ragged hierarchies) | Yes | Yes | Yes | ||||
Advanced dimensions (reference dimensions, many-to-many dimensions) | Yes | Yes | Yes | ||||
Linked measures and dimensions | Yes | Yes 2 | Yes | ||||
Translations | Yes | Yes | Yes | ||||
Aggregations | Yes | Yes | Yes | ||||
Multiple partitions | Yes | Yes, up to 3 | Yes | ||||
Proactive caching | Yes | Yes | |||||
Custom assemblies (stored procedures) | Yes | Yes | Yes | ||||
MDX queries and scripts | Yes | Yes | Yes | ||||
DAX queries | Yes | Yes | Yes | ||||
Role-based security model | Yes | Yes | Yes | ||||
Dimension and cell-level security | Yes | Yes | Yes | ||||
Scalable string storage | Yes | Yes | Yes | ||||
MOLAP, ROLAP, and HOLAP storage models | Yes | Yes | Yes | ||||
Binary and compressed XML transport | Yes | Yes | Yes | ||||
Push-mode processing | Yes | Yes | |||||
Direct writeback | Yes | Yes | |||||
Measure expressions | Yes | Yes |
1 The LastChild semi-additive measure is supported in Standard edition, but other semi-additive measures, such as None, FirstChild, FirstNonEmpty, LastNonEmpty, AverageOfChildren, and ByAccount, are not. Additive measures, such as Sum, Count, Min, Max, and non-additive measures (DistinctCount) are supported on all editions.
2 Standard edition supports linking measures and dimensions within the same database, but not from other databases or instances.
Power Pivot for SharePoint
Feature | Enterprise | Standard | Web | Express with Advanced Services | Express with Tools | Express | Developer |
---|---|---|---|---|---|---|---|
SharePoint farm integration based on shared service architecture | Yes | Yes | |||||
Usage reporting | Yes | Yes | |||||
Health monitoring rules | Yes | Yes | |||||
Power Pivot gallery | Yes | Yes | |||||
Power Pivot data refresh | Yes | Yes | |||||
Power Pivot data feeds | Yes | Yes |
Data Mining
Feature Name | Enterprise | Standard | Web | Express with Advanced Services | Express with Tools | Express | Developer |
---|---|---|---|---|---|---|---|
Standard algorithms | Yes | Yes | Yes | ||||
Data mining tools (Wizards, Editors, Query Builders) | Yes | Yes | Yes | ||||
Cross validation | Yes | Yes | |||||
Models on filtered subsets of mining structure data | Yes | Yes | |||||
Time series: Custom blending between ARTXP and ARIMA methods | Yes | Yes | |||||
Time series: Prediction with new data | Yes | Yes | |||||
Unlimited concurrent DM queries | Yes | Yes | |||||
Advanced configuration & tuning options for data mining algorithms | Yes | Yes | |||||
Support for plug-in algorithms | Yes | Yes | |||||
Parallel model processing | Yes | Yes | |||||
Time series: cross-series prediction | Yes | Yes | |||||
Unlimited attributes for association rules | Yes | Yes | |||||
Sequence prediction | Yes | Yes | |||||
Multiple prediction targets for naïve Bayes, neural network and logistic regression | Yes | Yes |
Analysis Services features supported by SQL Server editions的更多相关文章
- SQL Server代理(10/12):使用代理账号运行作业
SQL Server代理是所有实时数据库的核心.代理有很多不明显的用法,因此系统的知识,对于开发人员还是DBA都是有用的.这系列文章会通俗介绍它的很多用法. 在这一系列的上一篇,你查看了msdb库下用 ...
- 第十篇 SQL Server代理使用代理帐户
本篇文章是SQL Server代理系列的第十篇,详细内容请参考原文 在这一系列的上一篇,你查看了msdb库下用于授权访问SQL Server代理的安全角色.这些角色包括SQLAgentUserRole ...
- 配置SQL Server 2008服务器
怎么配置SQL Server 2008服务器_百度经验 http://jingyan.baidu.com/article/9faa7231a922c1473c28cb23.html 1.验证安装是否成 ...
- SQL Server 2012 books
SQL Server 2012 Introducing Microsoft SQL Server 2012 Microsoft SQL Server 2012 High-Performance T-S ...
- 【译】第十篇 SQL Server代理使用代理帐户
本篇文章是SQL Server代理系列的第十篇,详细内容请参考原文 在这一系列的上一篇,你查看了msdb库下用于授权访问SQL Server代理的安全角色.这些角色包括SQLAgentUserRole ...
- (1)SQL Server内存浅探
1.前言 对于数据库引擎来说,内存是一个性能提升的重要解决手段.把数据缓存起来,可以避免在查询或更新数据时花费多余的时间,而这时间通常是从磁盘获取数据时用来等待磁盘寻址的.把执行计划缓存起来,可以避免 ...
- 为何使用Microsoft SQL Server Management Studio连接Integration Services服务失败
检查是否满足以下各项: 1. 首先你要确保当前你使用的Windows账号是有管理员权限的 2. 其次请在打开Microsoft SQL Server Management Studio时,通过右键Ru ...
- P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1
P6 Professional Installation and Configuration Guide (Microsoft SQL Server Database) 16 R1 May ...
- Migrating Oracle on UNIX to SQL Server on Windows
Appendices Published: April 27, 2005 On This Page Appendix A: SQL Server for Oracle Professionals Ap ...
随机推荐
- 配置CLion作为Qt5开发环境
使用Qt进行程序开发时QtCreator总是不二之选.作为老牌IDE在提供了强大的功能同时也对Qt的支持做了许多优化.如果没有特别的原因你应该使用它. 然而一个顺手的工具将会极大得提升生产效率,而如果 ...
- 【译】《C# Tips -- Write Better C#》
[译]<C# Tips -- Write Better C#> <C# 奇淫巧技 -- 编写更优雅的 C#> 目录 介绍(Introduction) 第一部分:各种奇淫巧技(P ...
- The openssl extension is required for SSL/TLS protection but is not available
今天使用composer update发现报错:The openssl extension is required for SSL/TLS protection but is not availabl ...
- Java开发相关的linux一些基础命令,必须要掌握的
1.查找文件 find / -name filename.txt 根据名称查找/目录下的filename.txt文件. find . -name "*.xml" 递归查找所有的 ...
- SpringMVC+Spring+Mybatis整合
SpringMVC+Spring+Mybatis整合 导包 配置jdbc.properties.log4j.properties jdbc.driver=com.mysql.jdbc.Driver j ...
- 20190423-Vscode与Sass不得不说的秘密(>^ω^<)
这是乱七八糟的前言:emmm,今天倔强的点,是关于Vscode使用easySass插件时,不安装ruby环境,直接使用插件编译时,不进行设置,分音是会转译为Css文件的= =,神坑的后知后觉才发现是因 ...
- Android设计模式总结
1.复合模式:三层架构.MVC.MVP.MVVM 2.设计模式-单例模式 配置类的使用. 3.设计模式-模板方法 通过抽象类或接口提前定义要实现的方法. 4.设计模式-观察者模式 消息的通知. 5.设 ...
- Testlink插件工具
目的: 使用Testlink时间长了,会发现有些功能体验不是很好,比如用例编写就无法快速复制,且展示能力很弱 使用对象: 测试人员.测试leader,技术经理 xmind2testlink:xmind ...
- 【Docker笔记】-开启TCP管理端口
如果我们通过docker来整合spring cloud项目,可以通过maven-docker插件将构建好的镜像直接推送到docker服务器上,但是生产环境建议关闭该功能,为了安全考虑.开启tcp远程监 ...
- web安全基础第一天
编码:url编码 base64编码:末尾有俩个==号 md5加密:16位或者32位 1.whois查询 :站长邮箱,联系人,备案 旁站c段&子域名. ( 大数据平台和bing接口查询 :Zo ...