Viewing 15 posts - 856 through 870 (of 1,353 total)
I create my date dimensions manually, but my hunch is the wizard will not help you at this point. You will need a script to add the date values....
January 4, 2013 at 7:23 am
Access is my friend. That said, however, I have no idea why Microsoft chose to dump all the security features Access used to have. That probably contributed to...
December 26, 2012 at 9:54 am
The Named Sets in SSAS isn't quite like the named Sets in MDX. In SSAS, the use seems to me to be limited to listing dimension members, not creating...
December 26, 2012 at 9:47 am
Not sure if this is a clue, but almost every time the backup takes a long time or doesn't start, the transaction log backup immediately preceeding it takes a long...
November 30, 2012 at 8:04 am
It turned out the crawler and backup were occuring at the same time. Moving them apart by three hours still does not provide a consistently smooth backup process. ...
November 28, 2012 at 2:01 pm
I always have an unknown in a dimension, and it's key is 0. Then the sql statements can be COALESCE(value, 0). Most of the time using 0 is...
November 6, 2012 at 7:10 am
I think that storing the value " amount of purchases last 12 Month" in the dimension table is valid.
I agree. If the information is there, it must be valuable...
November 1, 2012 at 1:52 pm
Is it insane to have SSIS to use a Stored Procedures to do incremental loads into DW, if the frequency is like every 5 minutes?
It's not insane to use stored...
October 19, 2012 at 11:28 am
This has stymied me for some time as well. Based on the question, I took a relook. There are only two things required, as I found in Designing...
October 19, 2012 at 10:58 am
SQL Server muss immer the log gescrieben.
Ein Log muss immer geschrieben werden.
I'm not validating the answer, just putting it in the correct syntax. Computer translations only go so far.
October 9, 2012 at 2:26 pm
I imagine this is fairly common scenario
I don't know that it's common at all, but more details would be helpful. You could consider seperate dimensions or maybe even a...
September 22, 2012 at 3:12 pm
If you are using Standard edition, you can't use partitions. If you are using Enterprise edition, I would suggest breaking out your data into partitions. You can refresh...
September 6, 2012 at 5:23 am
I think the answer can be both. Although I would normally associate those items with a dimension, it could be possible depending on the business processes that they would...
September 5, 2012 at 8:34 am
How about in your DIMENSION table? in your star-schema data warehouse?
Agree completely. If you're not sure where to put it, you need to read up on warehouse design. ...
August 23, 2012 at 2:46 pm
Thanks for the clarification. You think someone would have solved that already (unlike the active/inactive parents problem, I haven't had to solve overlapping dates). If no one posts...
August 20, 2012 at 8:40 am
Viewing 15 posts - 856 through 870 (of 1,353 total)