Viewing 15 posts - 5,971 through 5,985 (of 59,089 total)
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
Based on my previous misgivings about the problem definition, here's one that returns "Appointments" that are returned if they immediately precede or are followed by a "Discharge". It returns all...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2020 at 6:28 pm
I may be getting this wrong... This only finds the last appointment before a discharge and all discharges. Please mark your sample data for what is expected in the return...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2020 at 5:53 pm
You should at least post what the datatype are for the columns. You'll also find that most people want to see what you've tried in the form of code. We're...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2020 at 5:28 pm
I'm not a PowerShell affection ado but it seems like the script at the following URL would be of help rather than using Option #2 above. I recommend making a...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2020 at 5:18 pm
At first, I thought this was more of a "did you actually read the code question" than anything else. I no longer think that because at least one person said...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2020 at 4:32 am
Check the resulting table. You may find that all but that last row has been bulk loaded. Both BCP and BULK INSERT default to allowing up to 10 errors without...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2020 at 4:14 am
The heaviest clustered index is around 8 Gb while the database weighs 17 Gb.
Thanks Jeff.
I should have asked the same question that Michael asked about total disk size and...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2020 at 3:56 am
I use this index maintenance solution - https://ola.hallengren.com/.
That's nice but it won't help solve the problem the OP posted. Also, while OLA's good scripts are the "gold standard"...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 2, 2020 at 10:07 pm
Viewing 15 posts - 5,971 through 5,985 (of 59,089 total)