Viewing 15 posts - 76 through 90 (of 1,839 total)
So just to clarify, the stitching together isn't to include the actuals, it's more just FC1 +FC2 + ... + FCn? Versus the approach of Actuals_To_date + FC month values...
October 29, 2014 at 7:32 am
You're on west coast and server is on east coast?
October 10, 2014 at 1:12 pm
I think you'll want to use SCOPE. Here's a very similar requirement with a reasonable example.
October 9, 2014 at 1:32 pm
SQLChick has a reasonably good intro (there are several others out there too). You're looking for configurations and parameterization, which at a glance, this sems to cover off nicely.
September 29, 2014 at 3:30 pm
I tried Google once Alvin but the data throughput wasn't fast enough 😉
September 29, 2014 at 1:35 pm
Am assuming you're concerned about the available seats measure. To me, you've got a design issue, the available seats shouldn't be part of this particular fact table as...
September 29, 2014 at 5:38 am
There is a sample plus some videos etc (prob more on youtube) at the bottom of that page that shows how to use the lookup.
September 23, 2014 at 8:45 pm
🙂 like to add any more restrictions?? How big is 'huge'?
As I've said a couple of times, go with a lookup.
September 23, 2014 at 8:16 pm
Linked servers could do it.
But for pure SSIS use a lookup on TableA, effectively let's you join.
September 23, 2014 at 7:28 pm
INSERT INTO tablec SELECT B.* FROM TABLEA A JOIN TABLEB B ON A.GroupID = B.GroupID AND A.Status = 'READY'
This is the TSQL, the SSIS approach can either use the TSQL...
September 23, 2014 at 4:53 pm
Typically into the surrogate key. I would have thought this was for late arriving dimension values, not facts (this is usually used for early arriving facts with late, or never,...
September 16, 2014 at 12:33 pm
No. I haven't yet seen anyone successfully do this.
July 28, 2014 at 8:58 am
Whatever system that's in place to refresh or reprocessing the cube has failed. You need to process/ reprocessing the cube. Just be aware or careful though, processing may...
June 26, 2014 at 12:52 pm
You could try Craig's approach, detailed here
June 24, 2014 at 6:17 am
I'll go one better than Koen, use the Labs - they're free, they last 90 minutes, they come with tutorials... they're here.
June 17, 2014 at 1:35 pm
Viewing 15 posts - 76 through 90 (of 1,839 total)