0

I have three deployment SSAS Tabular model files:

  • Model.asdatabase
  • Model.deploymentoptions
  • Model.deploymenttargets

and I want to open this model in a new Tabular project in SSDT. Is there a way to somehow import these files into a SSDT project?

Andrey Morozov
  • 7,839
  • 5
  • 53
  • 75

1 Answers1

1

Run the Analysis Services Deployment Wizard and choose the asdatabase file. Deploy a new database to the SSAS server. Then in Visual Studio do File... New Project... Business Intelligence... SSAS... Import from Server (Tabular).

GregGalloway
  • 11,355
  • 3
  • 16
  • 47
  • Hi, you know, I found this way quite quickly but it just does not feel like the shortest one. I will accept your answer as the best if there will be no others – Andrey Morozov Mar 25 '16 at 06:30