Viewing 15 posts - 1,426 through 1,440 (of 11,678 total)
And here I thought ON and JOIN were the exact same thing 😀
November 12, 2014 at 12:45 am
diwakarjha.80 (11/7/2014)
November 7, 2014 at 7:28 am
Be aware that those are special quotes in the CREATE TABLE statement.
` is not the same as '
November 7, 2014 at 6:49 am
Ah, so not a permission issue after all 😀
November 7, 2014 at 6:46 am
Brandie Tarvin (11/7/2014)
November 7, 2014 at 6:19 am
Does it already fail in BIDS?
And what are the exact errors/warnings that you encounter?
Is the package stored on the machine itself, or on a UNC path?
November 7, 2014 at 6:19 am
MMartin1 (11/6/2014)
November 7, 2014 at 5:56 am
diwakarjha.80 (11/7/2014)
November 7, 2014 at 3:53 am
The way we did at our current project (where we also have a snapshot fact table) is to add a measure to the fact table: NumberOfNewCustomers.
This simply contains 1 if...
November 7, 2014 at 3:09 am
How do you determine new customers? And when does a customer stop being "new"?
November 7, 2014 at 2:40 am
OK. Is it possible to give some sample data and the desired output?
November 7, 2014 at 1:43 am
serg-52 (11/7/2014)
Noted JOIN often is dramatically faster
select A.*from A
left join Reference r on A.ReceiptTS > r.ReferenceTS -- single row table
Hmmm. Can this query lead to...
November 7, 2014 at 1:42 am
Sean Lange (11/6/2014)
November 7, 2014 at 1:20 am
Which tool are you working with?
November 7, 2014 at 1:19 am
Viewing 15 posts - 1,426 through 1,440 (of 11,678 total)