SQL Server 2012 - Analysis Services is not included on the “Feature Selection” screen of the installer

StackOverflow https://stackoverflow.com/questions/10302363

문제

According to the information on this page I was going to add Analysis Services to our instance of SQL Server 2012 Express Advanced:

http://msdn.microsoft.com/en-us/library/ms144275.aspx

We ran the SQL Server installer and selected "Add features to an existing instance of SQL Server". On the Feature Selection screen we only noticed the following:

Instance Features
    Database Engine Services
        SQL Server Replication
        Full Text.....
    Reporting Services

Shared Features
    SQL Server Data Tools
    Documentation Components
    Management Tools - Basic
    SQL Client Connectivity SDK

Redistributable Features

The Analysis Services feature was not in this list of choices.

All help will be appreciated.

도움이 되었습니까?

해결책

Express doesn't support Analysis Services

See here what is supported by each version http://msdn.microsoft.com/en-us/library/cc645993.aspx

Analysis service is supported by the sql server 2012. http://msdn.microsoft.com/en-us/library/cc645993.aspx#SSAS

다른 팁

I do not think the express editions have Analysis Services.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top