Viewing 15 posts - 106 through 120 (of 11,677 total)
glebih (10/17/2016)
IE
UPDATE table
SET Col1 = Val1
OUTPUT inserted.Col1 (should be Val1),...
October 18, 2016 at 1:38 am
You could use a table variable for example.
Or a comma separated list, split it out and use that as input.
October 4, 2016 at 1:15 am
henryKrinkle (10/3/2016)
I think I'm at the stage where I'm realising the models and advice in my books are based on best case scenarios.
I found the book "Star Schema - The...
October 4, 2016 at 12:34 am
imani_technology (10/3/2016)
October 3, 2016 at 11:38 am
It was the same project deployed to the new server.
October 3, 2016 at 10:09 am
Hi Henry,
you mentioned that orders are imported? Maybe you can add the source as well as a degenerate dimension?
For example, Source = S (system) for normal orders and Source =...
October 3, 2016 at 3:15 am
Just one small remark:
henryKrinkle (10/2/2016)
- The primary key of a fact table should be a combination of all dimensions.
This should be:
The primary key of a fact table should be...
October 3, 2016 at 2:02 am
If you're not interested in the order line level - and only then - you can aggregate the data to one row in your example.
This is similar to aggregating measurements...
October 3, 2016 at 1:59 am
Make sure you select save to server.
When I do this, I can choose between server connection (see screenshot in attachment).
October 2, 2016 at 8:58 am
imani_technology (9/30/2016)
Thanks for the feedback. By the way, what type of tools were used to confirm that source and destination were the same?
Not sure what you mean. Which source/destination?
October 1, 2016 at 9:55 am
Viewing 15 posts - 106 through 120 (of 11,677 total)