December 8, 2010 at 6:29 pm
All,
I've been asked to create some new cubes. I understand that this has to be done in BIDS. Do I create a new project/solution and point it to the existing SSAS DB or add the cubes to an existing solution?
Can I add just the new cube(s) to the DB without having to process all the existing cubes?
I've created cubes in 2005, but it was all done in Management Studio (I think).
Any help appreciated.
TIA,
Mike
December 10, 2010 at 8:59 am
Management Studio allows for the creation of SSAS databases, but not the cubes themselves.
As far as processing cubes, I thought they only processed one at a time. But I never had multiple cubes pointed to the same database.
December 16, 2010 at 5:21 am
Mike Austin-398977 (12/8/2010)
All,I've been asked to create some new cubes. I understand that this has to be done in BIDS. Do I create a new project/solution and point it to the existing SSAS DB or add the cubes to an existing solution?
Can I add just the new cube(s) to the DB without having to process all the existing cubes?
I've created cubes in 2005, but it was all done in Management Studio (I think).
Any help appreciated.
TIA,
Mike
you can get the xml to create a cube from one database, then run it on another database...
still have to reprocess though, but you can reprocess in SSMS
December 17, 2010 at 6:12 am
You can process each cube within a Solution/Database individually.... also by having more than one cube within a database you can share common dimensions between them.
December 17, 2010 at 9:12 am
You'll want to review the processing architecture/flow (link - it's 2005 specific but holds true for 2008) when doing this as a lot of people simply select 'Process Full' as their processing option, and if you share dimensions between cubes, this can perform a full process on your dims which will in turn invalidate any other cubes that reference/use these dimensions. You can probably achieve what you want, you just need to plan out the sequence and processing options for each object (keeping in mind, that you can process one [or more] partitions in a cube, you don't have to Full Process the entire cube every time).
Steve.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply