Viewing 15 posts - 316 through 330 (of 893 total)
In my opinion, you could still be running out of disk space. Remember that when a cube us processed, a new copy is created and processed while queries are still...
April 19, 2016 at 9:39 am
RRIOS42 (4/18/2016)
April 18, 2016 at 9:32 am
ffitzpatrick47 (4/13/2016)
April 13, 2016 at 9:29 am
The error message is pretty self-explanatory in this case: The impersonation mode you have selected for your data source is not supported. You have to use windows authentication, and can...
April 12, 2016 at 3:09 pm
Your question isn't very clear...surrogate keys are table attributes (automatically assigned nonsensical numbers that uniquely identify rows), while foreign keys are table constraints. These are 2 very different concepts.
Assuming that...
April 12, 2016 at 12:15 pm
From a logical point of view, it also makes sense to me that it is stored on the new row...and that's typically the way I do it.
One potential drawback of...
April 12, 2016 at 10:33 am
From your description it sounds like the weight will be by Business Unit & Date. If that is the case, I'd most likely opt for a reference table with that...
April 7, 2016 at 9:20 am
Yes, what you are seeing is the aggregate value...which usually defaults to sum() for any measures. A better aggregate function to use for this measure would probably be average.
April 7, 2016 at 9:13 am
John Rowan (4/6/2016)
April 6, 2016 at 9:39 am
John Rowan (4/6/2016)
April 6, 2016 at 9:25 am
timothy.tatum (3/15/2016)
I am looking into automating my cube builds using SSIS and/or scripts and have a few questions.
1. I have a cube with yearly partitions and a Date Dim that...
March 25, 2016 at 3:34 pm
The two sets are mutually exclusive, so even if a number would have been returned it would have been zero. Please share more about the structure of your cube as...
March 25, 2016 at 3:28 pm
No, because you're changing the structure the dimension effectively needs to be rebuilt and cubes therefore reprocessed.
March 25, 2016 at 3:25 pm
I don't believe that there is...there is only a DMV that returns the names of all the data sources in a database, but not specifics about the connection strings of...
March 25, 2016 at 3:20 pm
The reason for the red line is because your Scope statement is incomplete. It should go away once you've added the rest of it.
March 16, 2016 at 8:12 am
Viewing 15 posts - 316 through 330 (of 893 total)