Viewing 15 posts - 5,941 through 5,955 (of 59,072 total)
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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(...
--Jeff Moden
Change is inevitable... Change for the better is not.
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?
--Jeff Moden
Change is inevitable... Change for the better is not.
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?
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 4, 2020 at 12:17 am
we are not sure the query as it is getting my tool , may i know what are the reasons of getting this error and any idea to resolve...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2020 at 6:39 pm
Viewing 15 posts - 5,941 through 5,955 (of 59,072 total)