Viewing 15 posts - 406 through 420 (of 893 total)
Could you post an image of your data flow?
August 14, 2015 at 9:28 am
mrani.soukaina (8/12/2015)
I'm trying to create a calculated measure that returns the converted value of an amount to Euro : i have the measure [Measures].[Montant] in my fact table...
August 12, 2015 at 10:18 am
Kevin Bernard (8/12/2015)
would you by chance be able to post that simple .net code for ftping here? I could use that right now... Thanks
Unfortunately do not have something handy...
August 12, 2015 at 9:22 am
You have quite a few different options for each of these...each with its own benefits and risks.
Let's chat about the date granularity issue first, as it's the easiest to address...
August 7, 2015 at 4:58 pm
Luis Cazares (8/3/2015)
I'm assuming that Style, Article and Size are independent from each other and you can have the same size within different articles and styles.
That's just the thing...these 3...
August 3, 2015 at 2:10 pm
I've had a similar project recently, and in my opinion you should stay with option 1. Here's my reasons why:
The style and size attributes are part of the grain (business...
August 3, 2015 at 10:41 am
Andrew P (7/20/2015)
July 21, 2015 at 9:47 am
In my opinion, the first design you've had wasn't far off. I would do the following:
PAYMENT
PAYMENT_ID (INT, PK)
CLIENT_ID (INT foreign key to client table)
ACCOUNT_ID (INT)
DATE_OF_PAYMENT (DATETIME)
INVOICE_ID (INT)
PAYMENT_TYPE_ID (INT)
AMT_PAID (DECIMAL)
PAYMENT_TYPE
PAYMENT_TYPE_ID (INT,...
July 21, 2015 at 9:32 am
Phil Parkin (7/16/2015)
1) Add a script task to conditionally delete the file before trying to import it.
2) Call a batch file to delete all files of 0 bytes before...
July 16, 2015 at 9:25 am
Phil Parkin (7/14/2015)
Martin Schoombee (7/14/2015)
I also typically use a script task to send email. Have found the built in SMTP task to be buggy and unreliable.Is this sync or async?
Async...
July 14, 2015 at 9:30 am
I also typically use a script task to send email. Have found the built in SMTP task to be buggy and unreliable.
July 14, 2015 at 8:45 am
Yes, the table should still be indexed...otherwise a table scan will be performed for all queries and you won't see any performance benefits from your partitioning strategy.
In my opinion you...
July 10, 2015 at 9:34 am
Apologies for the shameless plug, but have a look at the following blog post which will describe your issue and how to test potential solutions:
http://did-i-say-that.com/2015/04/16/mdx-testing-with-settostr-function/
July 6, 2015 at 10:24 am
pietlinden (7/2/2015)
After posting this, I got off my lazy butt...
July 2, 2015 at 1:02 pm
How about using a "junk dimension" for the free text answers? Your answer dimension could contain the "Other" option, but if something was entered as free text you could still...
July 2, 2015 at 12:59 pm
Viewing 15 posts - 406 through 420 (of 893 total)