Viewing 15 posts - 5,926 through 5,940 (of 59,070 total)
@ Evgeny Garaev ,
I totally agree that Ola's good code will take a huge number of different settings. There's no argument there or on the quality of Ola's code.
The problem...
December 6, 2020 at 10:38 pm
A covering index with Status column first followed by OrderDate is inevitably a subject of severe page splits on every ongoing INSERT's.
I can definitely vouch for that... in...
December 6, 2020 at 4:55 am
The link for Jonathan's script, once you find it on SQLSkills, is broken. Do you have another source for the script that makes the two sales tables larger?
And, I...
December 6, 2020 at 4:52 am
Ok. First of all, we need to get rid of the incremental rCTE (recursive CTE) that you're using to come up with the missing dates. Please see the following article...
December 6, 2020 at 3:27 am
That, good sir, is an excellent post. Thank you for taking the time to post it. I'll be back. 😀
December 6, 2020 at 1:02 am
In that case, I don't have any good guesses. The error message is pretty clear about it not being able to find the file. I'm still thinking it's a privs...
December 5, 2020 at 5:50 pm
I'm thinking that the services accounts for the new server have no privs on the target directory. Fix that and you should be golden.
December 5, 2020 at 4:43 pm
"Minor Issues"??? A multi-million dollar rocket crashing is NOT a "Minor Issue"! 😀 Neither is using a space vehicle for a planetary drill because of a difference in measuring systems...
December 5, 2020 at 3:57 pm
By the way, I'm using SQL Server 2005.
For the love of Pete... why on Earth would you post your problem in a 2014 forum then? Any other caveats you'd...
December 5, 2020 at 3:41 pm
This problem is an interesting problem and so I built two tables each containing more than 102 Million rows spread across 5 years (60 months) with each month containing more...
December 5, 2020 at 3:30 pm
I don't have the column 'Cashflow' in may tables, is what I want to calculate. As ScottPletcher said, I need a running total.
So tell me where in pietlinden's script...
December 4, 2020 at 4:56 pm
Hi all,
need your help on conversion of excel formula into case statement. i tried but missing only one case. below is excel formula:
=IF(AND(Q141="EndOfDay", AD141="EndOfDay",V141=""),8, MIN(8, IF(OR(Q141="EndOfDay"), 0, IF( AND(...
December 4, 2020 at 4:51 pm
The link for Jonathan's script, once you find it on SQLSkills, is broken. Do you have another source for the script that makes the two sales tables larger?
December 4, 2020 at 4:44 am
Yeah, I later resolved it using the hosts file following a tutorial I found on another website.
Thanks for the concern.
Can you post the link, please?
December 4, 2020 at 12:30 am
The ANSI/ISO standards specify an extra clause that goes after the order of the sort (ASC | DESC) which will let you decide the order of the nulls within...
December 4, 2020 at 12:17 am
Viewing 15 posts - 5,926 through 5,940 (of 59,070 total)