Support for SQL Server Analysis Services in Amazon RDS for SQL Server
Microsoft SQL Server Analysis Services (SSAS) is part of the Microsoft Business Intelligence (MSBI) suite. SSAS is an online analytical processing (OLAP) and data mining tool that is installed within SQL Server. You use SSAS to analyze data to help make business decisions. SSAS differs from the SQL Server relational database because SSAS is optimized for queries and calculations common in a business intelligence environment.
You can turn on SSAS for existing or new DB instances. It's installed on the same DB
instance as your database engine. For more information on SSAS, see the Microsoft Analysis services
documentation
Amazon RDS supports SSAS for SQL Server Standard and Enterprise Editions on the following versions:
-
Tabular mode:
-
SQL Server 2019, version 15.00.4043.16.v1 and higher
-
SQL Server 2017, version 14.00.3223.3.v1 and higher
-
SQL Server 2016, version 13.00.5426.0.v1 and higher
-
-
Multidimensional mode:
-
SQL Server 2019, version 15.00.4153.1.v1 and higher
-
SQL Server 2017, version 14.00.3381.3.v1 and higher
-
SQL Server 2016, version 13.00.5882.1.v1 and higher
-
Contents
Limitations
The following limitations apply to using SSAS on RDS for SQL Server:
-
RDS for SQL Server supports running SSAS in Tabular or Multidimensional mode. For more information, see Comparing tabular and multidimensional solutions
in the Microsoft documentation. -
You can only use one SSAS mode at a time. Before changing modes, make sure to delete all of the SSAS databases.
For more information, see Changing the SSAS mode.
-
Multi-AZ instances aren't supported.
-
Instances must use self-managed Active Directory or Amazon Directory Service for Microsoft Active Directory for SSAS authentication. For more information, see Working with Active Directory with RDS for SQL Server.
-
Users aren't given SSAS server administrator access, but they can be granted database-level administrator access.
-
The only supported port for accessing SSAS is 2383.
-
You can't deploy projects directly. We provide an RDS stored procedure to do this. For more information, see Deploying SSAS projects on Amazon RDS.
-
Processing during deployment isn't supported.
-
Using .xmla files for deployment isn't supported.
-
SSAS project input files and database backup output files can only be in the
D:\S3
folder on the DB instance.