[SSAS]Estimate database size - moxuemeivip/Microsoft-Analysis-Service-Or-Fabric GitHub Wiki
Named SSAS instance AS\LULUSSAS, from SSMS we can get this instance running with two databases:
SSMS Estimated Size:
We can find the db file from this directory:
C:\Program Files\Microsoft SQL Server\MSAS16.LULUSSAS\OLAP\Data
C:\Program Files\Microsoft SQL Server\MSAS16.LULUSSAS\OLAP\Data\Adventure Works Internet Sales Model.2.db
File Size on disk:
Run following windows command to get detailed file sturcture and export the result to a file with name olap_data_202504.txt:
- Run command prompt as admin
- Go to the db folder by cd C:\Program Files\Microsoft SQL Server\MSAS16.LULUSSAS\OLAP\Data\Adventure Works Internet Sales Model.2.db
- run dir /s >olap_data_202504.txt