Skip to Main Content
Solarwinds header logo
  • Bring IT all together

    Customers rely on SolarWinds to drive operational resilience, from unified observability to enterprise-wide service management, through a simple, powerful, and secure portfolio built for hybrid IT.

    Platform OverviewPlatform Overview
    EXPLORE SOLARWINDS
    Interactive DemosPricingAbout UsSecure by DesignSolarWinds AI
    Monitoring and Observability

    World-class capabilities built for your hybrid IT ecosystem.

    NetworkInfrastructureDatabaseApplicationsDigital ExperienceLogsSecurity
    Monitoring and Observability Overview
    Database Observability

    Monitor, alert, triage, remediate, and prevent database issues from disrupting your business.

    MonitorDiagnoseOptimizeEverywhere
    Database Observability Overview
    Incident Response

    Build operational resilience and keep your systems online.

    Incident Response Overview
    IT Service Management

    Get teams back to work faster with an experience built for IT—and loved by users.

    Service ManagementAssets & CMDBAI & AutomationEnterprise Service Management
    IT Service Management Overview
    Not sure where to start?
    Get Expert GuidanceExplore ToolsRequest a QuoteVisit Our THWACK User Community
  • Respond even faster

    SolarWinds helps teams respond faster through AI-Powered observability, database performance, incident response, and ITSM solutions. Let our products work hard so you don’t have to.

    All ProductsAll Products
    EXPLORE SOLARWINDS
    Interactive DemosPricingAbout UsSecure By DesignSolarWinds AI
    Monitoring & Observability

    SolarWinds Observability Self-HostedSolarWinds Observability SaaSServer Application MonitorSecurity Event ManagerNetwork Performance MonitorNetFlow Traffic AnalyzerVirtualization ManagerNetwork Configuration ManagerIP Address ManagerAccess Rights Manager
    Database

    Database Performance AnalyzerSQL Sentry
    Incident Response

    SolarWinds Incident Response
    IT Service Management

    SolarWinds Service DeskWeb Help DeskDameware
    Tools

    Engineer's ToolsetKiwi Syslog ServerNetwork Topology MapperServ-U Managed File Transfer
    View Free Tools
    Not sure where to start?
    Get Expert GuidanceExplore ToolsRequest a QuoteVisit Our THWACK User Community
  • Discover our solutions to your IT challenges

    Whether you want to stay ahead with new tech, speed up modernization, support modular services, cut costs, or stay competitive, we’ve built industry-leading software to maximize hybrid IT, spark innovation, and tackle your toughest IT challenges.

    All SolutionsAll Solutions
    EXPLORE SOLARWINDS
    Interactive DemosPricingAbout UsSecure By DesignSolarWinds AI
    By Need

    Application Performance DevOpsIT Service ManagementNetwork Monitoring and ManagementCloud MigrationDigital Experience IT Asset ManagementUser Experience MonitoringDatabase ManagementInfrastructure MonitoringLog ManagementIT Automation
    By Technology

    AWSKubernetesPostgreSQLAzureMySQLSQL Server Diagnostics
    By Industry

    EducationPublic SectorEnterpriseSmall Business
    Partner Solutions

    Global System Integrators & MSPs
    View All Solutions
    Not sure where to start?
    Get Expert GuidanceExplore ToolsRequest a QuoteVisit Our THWACK User Community
  • Pricing
  • We’re here to help you.

    With award-winning technical support, extensive documentation, comprehensive training, and tons of educational assets, we’re dedicated to your success. Plus, you can connect directly with product experts in our user community of over 200,000 registered members.

    Get Expert GuidanceGet Expert Guidance
    EXPLORE SOLARWINDS
    Interactive DemosPricingAbout UsSecure By DesignSolarWinds AI
    Partners

    Program OverviewBecome A PartnerFind a PartnerPartner Portal Login
    Resource Center

    NewsroomInvestor RelationsSolarWinds BlogTrust CenterResourcesGDPR
    Services & Support

    Customer SuccessDeployment ServicesPremium SupportTechnical DocsRenew MaintenanceSolarWinds Academy: Training & CertificationTechnical SupportReport a Security Incident
    Community

    THWACK SolarWinds User CommunityEventsPartners
    Not sure where to start?
    Get Expert GuidanceExplore ToolsRequest a QuoteVisit Our THWACK User Community
Contact Us
Request Quote
Solarwinds header logo
Skip to Main Content
  • Pricing
  • Customer Portal
  • THWACK®
  • Events
  • SolarWinds Blog
  • Public Sector
  • Contact Us
SolarWinds Footer Logo

SolarWinds was founded by IT professionals solving complex problems in the simplest way, and we have carried that spirit forward since 1999. We take pride in relentlessly listening to our customers to develop a deeper understanding of the challenges they face. Our digital agility solutions are built to help companies of any size accelerate business transformation today and into the future.

Try SolarWinds
  • Free Product Trials
  • All Tools
  • Interactive Demos
  • Preference Center
Security
  • Trust Center
  • GDPR Resource Center
  • Secure by Design
  • Security Information
For Customers
  • Customer Portal
  • Support
  • Documentation
  • THWACK Community
About SolarWinds
  • Company
  • Careers
  • For Government
  • For Investors
Resources
  • SolarWinds Blog
  • Resource Center
  • Knowledge Hub
  • Gartner® Magic Quadrant™ Observability
Try SolarWinds
  • Legal Documents
  • Privacy
  • California Privacy Rights
  • Web Accessibility Statement

©2026 SolarWinds Worldwide, LLC. All rights reserved.

  1. Resources
  2. What is SSAS (SQL Server Analysis Services)?

What is SSAS (SQL Server Analysis Services)?

SQL Server Analysis Services (SSAS) is a multidimensional online analytical processing (OLAP) server and an analytics engine used for data mining. It allows IT professionals to break up large volumes of data into more easily analyzed parts. A component of Microsoft SQL Server, it helps enable analysis by organizing data into easily searchable cubes.

DefinitionRelated ProductsRelated Resources
  • SSAS Definition
  • How to create a cube in SSAS
  • How does an SSAS cube store data?
  • How to query SSAS cubes
  • How to monitor SSAS cube processing

SSAS Definition

SQL Server Analysis Services (SSAS) is a multidimensional online analytical processing (OLAP) server and an analytics engine used for data mining. It allows IT professionals to break up large volumes of data into more easily analyzed parts. A component of Microsoft SQL Server, it helps enable analysis by organizing data into easily searchable cubes.

SQL Server Analysis Services is a tool primarily used by organizations to analyze and make sense of information otherwise spread out, whether over multiple databases or in different tables or files.

While there are many services included in Microsoft intended for business intelligence and data warehousing, Analysis Services focuses on OLAP and data mining capabilities. These capabilities come in two varieties: multidimensional and tabular.

Multidimensional online analytical processing (MOLAP) is the classic form of OLAP. MOLAP uses optimized multi-dimensional array storage to store data, as opposed to a relational database. MOLAP is usually associated with fast query performance because of optimized storage, multidimensional indexing, and caching. It is also very compact, making it ideal for low-dimension data sets.

For even faster execution of queries, the tabular storage mode is used to compress data and store the model in memory. Only tabular models are supported by Microsoft Azure, Microsoft’s cloud-based solution.

While multidimensional cubes allow developers to write actions into cubes supporting hyperlinks, tabular is much simpler for users familiar with Excel databases. Additionally, the tabular storage engine, called VertiPaq, includes a columnar database structure. This structure makes retrieving requested column values incredibly fast. Tabular models can also support vast quantities of data. In fact, tabular models can support upwards of 10 billion rows, given a system has the right infrastructure, CPU, RAM, and storage solutions.

How to create a cube in SSAS

An OLAP cube helps to optimize data. It is also used to analyze data quickly. Creating an OLAP cube allows for rapidly extracting data from multiple dimensions and tables.

To create an OLAP cube using Microsoft SQL Server follow the below steps:

  1. Create a data warehouse in the Microsoft SQL Server studio.
  2. Create a new analysis service project in the Microsoft Business Intelligence Development Studio.
  3. Create a new data source by right-clicking on Data Sources in Solution Explorer. Then choose “Available Connections.” Alternatively, create a new connection and click the “Next” button. Choose the “Inherit” option and click the “Next” button.
  4. Click “Finish” to create a new data source.

You will then create a new data source view by right-clicking on the “Data Source Views” tab in the Solution Explorer. Click the “Next” button to select a data source before clicking the “Next” button again. Move the Fact Table in the right pane, click on the “Add Related Tables” button, and then click “Next.” Enter the data source view name and click the “Finish” button. This will create a new data source.

Finally, to create a new cube, right-click on the “Cubes” tab in Solution Explorer, click “Next,” select “Fact Table,” click “Next,” and then select the measure for the desired fact table. Click “Next” again to select dimension tables, click “Next,” name the cube, and click “Finish.”

Now, modify the dimensions for queries by going to the Solution Explorer and double-clicking “Dimension.” When the “Dim Product” button appears, drag and drop “Product Name” from beneath and add it to the Attribute Pane on the left side.

Deploy the project by right clicking the project in Solution Explorer and clicking “Properties,” followed by the “OK” button.

Right-click the project in Solution Explorer, then click “Deploy.” This will deploy the project, and a message will appear stating that the project has been completed successfully.

Right-click the project name in Solution Explorer and click “Process”.

Click the “Run” button to complete the process.

Right-click the cube and click “Browse.”

Finally, add dimensions and fact fields to get quick results from the new cube.

How does an SSAS cube store data?

OLAP cubes, also called multidimensional cubes or hypercubes, are structures that exist to store data in SQL server reporting services. IT professionals can also query the stored data in order to examine systems and solve problems. These functionalities make cubes a crucial component of an effective data warehouse solution.

Creating and using cubes allows for quick data analysis because they provide IT developers the ability to almost instantly examine both historical and trending data. Cubes also make it possible to slice and dice all the stored data in order to find solutions for a variety of questions relevant to many different areas of interest.

OLAP cubes can offer access to critical data in SQL Server Analysis Services by automatically organizing data into management packs. Additionally, those cubes can be maintained without user intervention, automatically performing tasks including processing, partitioning, translations and localization, and schema changes. Users can also employ self-service Microsoft business intelligence tools, like Excel, to analyze cube data from different perspectives. The Excel reports can then be saved for future use.

How to query SSAS cubes

There are three main languages used to query SSAS cubes. The first is Multidimensional Expressions (MDX). MDX is a query language for OLAP cubes useing a database management system. MDX is a calculation language with syntax similar to the formulas used in querying spreadsheets.

Data Mining Extensions (DMX) is a language used to create and work with data mining models in Microsoft SQL Server Analysis Services. DMX can be used to create the structure of new data mining models,train these models, and then browse, manage, and predict against them. DMX is composed of data definition language (DDL) statements, data manipulation language (DML) statements, functions, and operators.

Data Analysis Expressions (DAX) is most often used in tabular mode. This language is like querying relational databases in addition to being the native query language and formula for both Microsoft PowerPivot and Power BI Desktop.

How to monitor SSAS cube processing

Sometimes, SSAS can present performance problems difficult to troubleshoot, especially for IT professionals who are new to the platform. To monitor, identify, and resolve SSAS performance challenges quickly and correctly, it is essential to understand where potential bottlenecks might lie and what metrics can help identify the problem areas. Here are the most common performance problems for SSAS:

  • Restarting and crashing: Lack of visibility into concurrent, inefficient, high-impact events can make it challenging to get the complete picture of your SQL server issues.
  • Slow reporting: Slow reporting can cause delays in the delivery of critical data. If SSAS slows to a crawl when you need to deliver reports to stakeholders, your system might need to be optimized for high-concurrency workloads.
  • Wasted time: If your SSAS performance troubleshooting involves setting up traces or DMV queries, then you might be wasting time you could be spending on more strategic initiatives.

The best way to mitigate these issues is to use an SSAS performance monitoring tool. An automated solution can help you monitor, diagnose, and optimize SSAS servers by providing unparalleled insight into performance issues, whether an organization uses multidimensional or tabular modes. By adopting Sentry, you can quickly identify bottlenecks related to memory and storage systems, aggregation usage, unoptimized queries, and query and processing tasks competing for the same resources.

Featured in this Resource
Like what you see? Try out the products.
SolarWinds SQL Sentry

The Database Self Hosted License provides access to Database Performance Analyzer or SQL Sentry to monitor and optimize multiple database types for cloud and on-premises environments.

Download Free TrialEmail Link to Trial
Fully functional for 14 days
SolarWinds Observability SaaS

Unify and extend visibility across the entire SaaS technology stack supporting your modern and custom web applications.

Start Free Trial
Fully functional for 30 days
Related Resources
What is CPU usage?
CPU utilization indicates the amount of load handled by individual processor cores to run various programs on a computer.
View IT Glossary
What Is a Relational Database?
A relational database allows you to easily find, scan, and sort specific information based on the relationship among the different fields defined within a table.
View IT Glossary
What is Database Concurrency?
Database concurrency is a unique characteristic enabling two or more users to retrieve information from the database at the same time without affecting data integrity.
View IT Glossary
What is MariaDB?
MariaDB is a secure enterprise database system using pluggable storage engines to store and manage different types of data.
View IT Glossary
What is a Database Query?
In everyday language, a query is simply a request for information. Similarly, the meaning of a query in database management is a request for data. If you need to access, manipulate, delete, or retrieve data from your relational database, you’ll need a database query written using a specific syntax.
View IT Glossary
What Are SQL Server Integration Services?
SQL Server Integration Services (SSIS) is a Microsoft SQL server database built to be a fast and flexible data warehousing tool to perform high-performance data integrations.
View IT Glossary

Explore More Resources

View All Resources