Viewing 15 posts - 451 through 465 (of 1,839 total)
Not sure I completely follow your requirement to 'filter every table' but one approach, that will give you the full recordsets from each table, could be written like ...
SELECT ID,...
February 19, 2010 at 7:09 am
If you edit the Data Source View, and then right click the fact table, select the option to view the data, does anything get returned?
If there is data returned, then...
February 19, 2010 at 6:55 am
Yeah, agreed on the multiple diagnosis example, was more leaning toward the multiple owners of a single bank account, so in your case, multiple NDC 'Groups' 'owning' a single NDC....
February 15, 2010 at 1:13 pm
Hey Pete,
Isn't this a (somewhat) classic case of many-to-many? Kimbal covers how to manage this with a bridge table (basically NDC stays in the fact, joins to bridge, then...
February 15, 2010 at 12:03 pm
Have to agree with Ron here - if you simply took the additional attributes from your snow-flaked table and add them to the Period dimension, you can likely create all...
February 15, 2010 at 11:36 am
Very roughly this is what I would try to do....
First source is to read from the ID_PPL table, so stream of incoming data is simply
ID Name
1 ...
February 12, 2010 at 8:18 pm
If joins are the issue, you could try using a Merge Join as this supports Inner, left outer and fullouter joins.
February 12, 2010 at 3:11 pm
Hope it works for you. I didn't have (didn't take the time to include) any characters that would have proven out the encoding on the received message, so am...
February 12, 2010 at 8:23 am
Forgot to mention too, when reviewing the messages in MSMQ, the byte count did rise by 23 for those messages where it *appears* that the encoding has stuck.
February 11, 2010 at 11:46 am
For what it's worth, it *appears* that the following code will result in the message retaining the ISO-8859-1 encoding. I will note though, that I was mucking around with...
February 11, 2010 at 11:43 am
Sounds like you want dynamic security versus a static setup int he roles. It's a little old now but the following is an article on how to implement dynamic...
February 10, 2010 at 9:05 am
Nat,
Not sure what you're aiming for here? 'Generally' (yes, a big generalization) you'd use the DB config as a central repository of configuration/s so that all packages, on any...
February 9, 2010 at 8:55 am
Ok, i *think* i'm following....
I think, in reality, you're not looking to 'deal' with a hidden dimension. You're looking to re-write the MDX to not use/reference it. To...
February 8, 2010 at 11:47 am
I think you've answered some of your own question - you need to have access to the cube to modify it in any way (such as removing a dimension), or...
February 8, 2010 at 10:19 am
Are you saying that, when viewed through BIDS/VS, the dimension does not exist in the dimension list (and is not an attribute in any other existing dimension)?
Possibly there is a...
February 8, 2010 at 9:43 am
Viewing 15 posts - 451 through 465 (of 1,839 total)