Viewing 9 posts - 1 through 9 (of 9 total)
I've been using the Binary_Checksum to compare my source and target values before updating. This helps when you want to compare the two and handle NULL comparrisons at the same...
October 29, 2013 at 3:39 pm
I just want to say thanks, I can use this to get rid of several while loops.
September 29, 2012 at 12:10 pm
I found the issue, there was a filter being applied in my DSV that I had forgotten about. Removed the filter and cube processed with no problems.
May 27, 2012 at 12:38 am
I feel pretty dumb, I finally figured out why the cube would not process. The date dimension was being limited in the DSV. Moral of this, when all else fails...
May 27, 2012 at 12:37 am
Sorry, it's posted now
May 26, 2012 at 7:37 pm
I came up with a strategy to manage dates in SSAS, and I almost have the kinks worked out. I added a second fact table that has the following columns:
DateId...
May 26, 2012 at 7:27 pm
Very insightfull, will have to stew on it for a while. Thanks!
May 25, 2012 at 10:19 am
Be mindful of what the incremental update does during processing. You can load duplicates into your cube or partition if you are not careful. the incremental does not remove data...
May 24, 2012 at 10:12 pm
I had the same problem, and after hours of debuggin. I just had my vendor send the file in .txt format and called it a day.
January 23, 2012 at 12:43 pm
Viewing 9 posts - 1 through 9 (of 9 total)