Change SQL Server Analysis Services Deployment Mode from Multidimensional to Tabular
Views (25)

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:
Find the DeploymentMode node and change the number to 2
:
The available options for this setting are:
- Multidimensional
- SharePoint
- 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.
*This post is locked for comments