Reputation: 521
I downloaded
adventure-works-multidimensional-model-full-database-backup.zip
adventure-works-tabular-model-1200-full-database-backup.zip
from GitHub
I would like to restore this in SQL Management Studio Analysis Services, but to do this, I need to create an instance
According to Microsoft I installed
How do I create Analysis Service Instance to log into so I can restore adventure-works-tabular-model-1200-full-database-backup >
Adventure Works Internet Sales Tabular Sample Database >
Adventure Works Internet Sales Database.abf
Upvotes: 0
Views: 393
Reputation: 89091
You need to download and install SQL Server Developer Edition. Here's the Download Page and the direct download link.
Then run the installer to install an Analysis Services Tabular instance on your dev machine. You can run the installer again to also create an Analysis Services Multi-Dimensional instance, if you need that too.
Upvotes: 1