SQL Server Analysis Services - Do I have it?

2019-02-21 16:00发布

Hi I have access to SQL Server at work and I've heard some interesting things that can be done with SQL Server Analysis Services. How do I know whether analysis services is running? Is it installed by default on the server? Would it be installed locally on my machine? Forgive what probably seems like a pretty dumb question, but I couldn't find any concrete details on Microsoft's website. Thanks!

3条回答
啃猪蹄的小仙女
2楼-- · 2019-02-21 16:29

SQL Server Analysis Services is included if you are using the following Editions:

  • Standard
  • Developer
  • Enterprise

Is there a way for me to know whether this component was installed?


It will be listed as a service - Control Panel > Admin Tools > Services, or just type "services.msc" from Start > Run.

Resources:

查看更多
放我归山
3楼-- · 2019-02-21 16:30

When you're in SQL Server Management Studio, click on the Connect button in the Object Explorer. If you see "Analysis Services..." in the list, then you have Analysis Services.

Also, when you launch Management Studio and get the Connect to Server dialog, look in the "Server type" dropdown list. If "Analysis Services" is listed there, then you have it.

查看更多
地球回转人心会变
4楼-- · 2019-02-21 16:38
  • Look for MSSQLServerOLAPService or MSOLAP$some_name in services

OR

  • Start SQL Server Configuration Manager and look under SQL Server Services
查看更多
登录 后发表回答