This repository contains an SSAS Multidimensional (OLAP) project for the dds_airlines cube.
Follow the steps below to run everything end-to-end.
- Windows
- SQL Server Database Engine
- SQL Server Analysis Services (SSAS) — Multidimensional mode
- Visual Studio + SSDT / Analysis Services Projects extension
- SQL Server Management Studio (SSMS)
After you run the ETL project here https://github.com/toilahd/N012-AirlineDW.git you will have data in dds_airlines database.
Run the provided view script on the restored database:
- In SSMS → New Query
- Execute the provided
create_viewscript
- Open Visual Studio
- Open the
.slnfile from this repository
- In Solution Explorer → Data Sources
- Open
dds_airlines.ds - Edit the connection:
- SQL Server instance name (your machine)
- Authentication (Windows Auth recommended)
- Database:
dds_airlines
- Click Test Connection → OK → Save
- Right-click the project → Properties
- Go to Deployment
- Set:
- Server: your SSAS instance name
- Database:
OLAP(or any name you want)
- Click OK
- Right-click project → Build
- Right-click project → Deploy
- Right-click project → Process
- Choose Process Full → Run
- In SSMS → connect to Analysis Services
- New Query → select cube database
- Open
scripts/OLAP.mdxfrom this repo (or paste queries) - Execute queries