SSAS instance configuration options
All Analysis Services configuration options are available in the msmdsrv.ini
file found in the config
folder under the SSAS installation directory. Instance administrators can also modify some, but not all configuration properties, using
SQL Server Management Studio (SSMS).
SSAS has a multitude of properties that are undocumented—this normally means that such properties haven't undergone thorough testing, even by the software's developers. Hence, if you don't know exactly what the configuration setting does, it's best to leave the setting at default value. Even if you want to test various properties on a sandbox server, make a copy of the configuration file prior to applying any changes.
How to do it...
To modify the SSAS instance settings using the configuration file, perform the following steps:
Navigate to the
config
folder within your Analysis Services installation directory. By default, this will beC:\Program Files\Microsoft SQL Server\MSAS11.instance_name...