Viewing 15 posts - 196 through 210 (of 893 total)
Excuse my left-field question (I don't have an answer for you), but why would you want to copy something to the clipboard?
March 15, 2018 at 5:57 pm
Are you able to connect to the cube with SSMS, and are you using the same server/port combination when attempting with Excel? I haven't seen this error before, but would...
March 12, 2018 at 9:16 am
March 8, 2018 at 9:53 am
March 8, 2018 at 9:40 am
Could be due to the type of your parameters, if they are not text/string types. Also could be that the variables used do not have any values when the package...
March 8, 2018 at 7:42 am
I second Lynn's comment...give us some examples of what you're seeing and what you're expecting to see. It almost sounds like you have additive numbers (measures) in your type 2...
March 7, 2018 at 5:27 pm
Assuming that you are going to do a full processing every time, you can create a dimension based on a "select getdate()" query.
February 26, 2018 at 8:39 am
It's a lemon...might as well make lemonade 🙂
February 23, 2018 at 8:36 am
I would be more inclined to create a proper star-schema that looks something like this:
DimReport (ReportKey; ReportName; ...)
DimFund (FundKey; FundName; ...)
DimDate (DateKey; ...)
DimUser (UserKey; UserName;...
February 19, 2018 at 2:40 pm
Somewhat 🙂
The point I am trying to make is this: If I am more concerned about seeing report-level information (i.e. which report was run when and by whom),...
February 16, 2018 at 11:21 am
February 16, 2018 at 10:58 am
Kudos for the detailed information in this post!
Before deciding on the best design, I'd recommend that we first consider how this data will be used by the end...
February 16, 2018 at 9:58 am
That is a good thought about the facts and dimensions possibly changing but we can...
February 14, 2018 at 3:13 pm
Thanks for the clarification. I've personally never seen it happen that the measure groups are processed before dimensions...it's just not the way Analysis Services is wired. Not discrediting your experience...
February 14, 2018 at 10:49 am
Viewing 15 posts - 196 through 210 (of 893 total)