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 ...
随机推荐
- SpringBoot + Spring Security 学习笔记(一)自定义基本使用及个性化登录配置
官方文档参考,5.1.2 中文参考文档,4.1 中文参考文档,4.1 官方文档中文翻译与源码解读 SpringSecurity 核心功能: 认证(你是谁) 授权(你能干什么) 攻击防护(防止伪造身份) ...
- 【带着canvas去流浪】 (3)绘制饼图
目录 一. 任务说明 二. 重点提示 三. 示例代码 四. hover高亮的实现思路 示例代码托管在:http://www.github.com/dashnowords/blogs 博客园地址:< ...
- 菜鸟之旅——学习线程(Task)
前面两篇回顾线程和线程池的使用方法,微软在.NET4.5推出了新的线程模型-Task.本篇将简单的介绍Task的使用方法. Task与线程 Task与线程或者说线程池关系紧密,可以说是基于线程池实现的 ...
- WIN10安装不上IIS,使用IISExpress作为发布服务
[背景] 本人开发Win程序,需要调用网站资源作为Win程序的辅助功能,为此需要本地开发环境支持IIS.最近重装系统,VS安装完后,接着再安装IIS,可以在添加删除程序中反复尝试,均告安装失败提示.最 ...
- mysql判断条件不存在插入存在更新某字段
insert into mst_sequence(seq_type, seq_desc, seq_date, seq_no, create_time) VALUES('CK', 'XXX', NOW( ...
- java 线程池 ---- newCachedThreadPool()
class MyThread implements Runnable{ private int index; public MyThread(int index){ this.index = inde ...
- 在Windows Phone 8.1中使用Sqlite数据库
前言 我的工作目前不涉及到Windows phone的开发,但是业余时间也开发过几款app.以前由于各种条件的限制,只接触到WP8.0设备的app开发. 最近几个月开始将WP8的应用迁移到WP8.1, ...
- Powershell Linux正式版可用,启动名称有变
CentOS yum install powershell 但并没有powershell这个可执行文件.通过搜索可以发现在powershell目录里有pwsh可执行文件,那么以后就要用pwsh执行了. ...
- 小程序开发基础-view视图容器
view 视图容器. // wxml <view class="section"> <view class="section__title"& ...
- vue源码分析—Vue.js 源码构建
Vue.js 源码是基于 Rollup 构建的,它的构建相关配置都在 scripts 目录下.(Rollup 中文网和英文网) 构建脚本 通常一个基于 NPM 托管的项目都会有一个 package.j ...