web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Change SQL Server Analysis Services Deployment Mode from Multidimensional to Tabular

Ian Grieve Profile Picture Ian Grieve 22,784
Microsoft SQL ServerI recently installed SQL Server Analysis Services (SSAS) and used the default settings during the installation. Unfortunately, this meant I installed it using a Deployment Mode of Multidimensional instead of Tabular.

I wanted to avoid uninstalling so I did some poking around and found there is a setting file which can be amended to change the Deployment Mode. The file is msmdsrv.ini which is in C:\Program Files\Microsoft SQL Server\MSAS15.GP\OLAP\Config if you have installed it into the default location:

Windows Explorer

Find the DeploymentMode node and change the number to 2:

Content of the file

The available options for this setting are:

  1. Multidimensional
  2. SharePoint
  3. Tabular

Once you’ve saved the changes, restart the SSAS service and it will be running in the deployment mode.

Read original post Change SQL Server Analysis Services Deployment Mode from Multidimensional to Tabular at azurecurve|Ramblings of an IT Professional


This was originally posted here.

Comments

*This post is locked for comments