Step Through It
- Open up Management Studio
- Connect to your Analysis Services Server
- Right Click on the Databases and hit "Restore..."
- When the Restore window comes up, fill in as much info as you can, but instead of hitting "OK", hit the "Script" button at the top. A new script will open behind your window. Close the window and go to the script, it should look something like this.
<Restore xmlns="http://schemas.microsoft.com/analysisservices/2003/engine"> <File>\\Gibson\Awesome\AnalysisServices\Awesome_Data\Awesome_Data_20140201030032.abf</File> <DatabaseName>Awesome Data New</DatabaseName> <DatabaseID>Awesome ID</DatabaseID> <AllowOverwrite>true</AllowOverwrite> </Restore>
Finally, Add that DatabaseID line and Hit F5 to run the restore!
When it's done you should have a newly restored Cube/Database, with the ID you were hoping for!
No comments:
Post a Comment