Viewing 15 posts - 166 through 180 (of 11,677 total)
September 13, 2016 at 3:53 am
John Mitchell-245523 (9/13/2016)
September 13, 2016 at 3:10 am
xsevensinzx (9/12/2016)
RonKyle (9/12/2016)
September 13, 2016 at 2:58 am
To execute them 100% in parallel, you could create an SSIS package with 5 execute SQL Tasks, where each task kicks off a job.
September 13, 2016 at 2:57 am
This is a common problem. You need a composite key for the MonthName. Add the year as well, so that you get April 2016 instead of just April.
The reason for...
September 13, 2016 at 2:55 am
tlenzmeier (9/12/2016)
I figured it out.
Would you mind posting the solution so that people with a similar problem might benefit?
September 13, 2016 at 2:53 am
Regarding the vertical labels, is this what you're looking for:
http://stackoverflow.com/questions/17423462/displaying-labes-vertically-above-bar-in-bar-graph
September 13, 2016 at 2:53 am
The type of fact table that you want is called an "accumulating snapshot".
It contains one row for each lifecycle (e.g. a customer that creates a specific order in your case)....
September 13, 2016 at 2:50 am
Martin Schoombee (9/12/2016)
September 13, 2016 at 2:46 am
Did you log a connect item for this?
September 13, 2016 at 2:45 am
Interesting question, thanks. Also nice to learn something about the other query hints.
September 13, 2016 at 1:31 am
Thanks for the question. I believe there's a parameter for the stored procedure where you can set it to run synchronously.
September 13, 2016 at 1:28 am
Brad Allison (9/7/2016)
Is it as simple as doing this: System.IO.File.Move(@"C:\From.txt", @"C:\TO.txt"); ?Except I need the "TO.txt" file to be YYYYMMDD.csv
Yes, but be aware that the Move method cannot do an...
September 7, 2016 at 7:29 am
Viewing 15 posts - 166 through 180 (of 11,677 total)