SQL Server Analysis Services - Do I have it?

对着背影说爱祢 提交于 2019-12-01 14:50:49

问题


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!


回答1:


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:

  • Administering Analysis Services
    • Deploying Analysis Services Development and Production Systems
  • Analysis Services How-to Topics



回答2:


  • Look for MSSQLServerOLAPService or MSOLAP$some_name in services

OR

  • Start SQL Server Configuration Manager and look under SQL Server Services



回答3:


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.



来源:https://stackoverflow.com/questions/1994004/sql-server-analysis-services-do-i-have-it

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!