Detect Tabular or Multidimensional Version in #ssas #denali #ctp3
f you want to detect if a particular instance of Analysis Services "Denali" is running in Tabular or Multidimensional mode, you have several choices.
In the Books On Line you can find a few instructions to detect the version by looking at the icon used by SQL Server Management Studio when you connect to a SSAS instance, and if you have access to the file system of the server, you might open the MSMDSRV.INI file and look for the DeploymentMode property (0=Multidimensional, 1=SharePoint, 2=Tabular).
Read more...Tags: tabular