Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rogerclerkwell
Yak Posting Veteran
85 Posts |
Posted - 2015-04-16 : 07:15:12
|
I have a live Cube Name 'SSAS Cube LIVE' ID 'SSAS Cube LIVE' and a Test cube Name 'SSAS Cube TEST' ID 'SSAS Cube TEST'.Both have been processed and Test has some new updates in.What I usually do is do a full process on 'SSAS Cube TEST' which can take 10 hours, check it is OK then script it out as XML, delete the 'SSAS Cube LIVE', in the scripted xml rename Name 'SSAS Cube TEST' ID 'SSAS Cube TEST' to Name 'SSAS Cube LIVE' ID 'SSAS Cube LIVE'and then do the full process again 10 hours.There must be a better way to this so I don't have to process the cube twice.Can I in same way delete the live cube and rename the test ones NAME and ID but retaining the processed data?This would same me lots and lots of wasted time processing again. |
|
rogerclerkwell
Yak Posting Veteran
85 Posts |
Posted - 2015-04-16 : 10:27:49
|
I'll post this into the 2008 forum as maybe this forum not used anymore... |
|
|
|
|
|