Viewing 15 posts - 2,086 through 2,100 (of 59,082 total)
Thanks, Ryan.
Thought I'd throw one more out there. It doesn't spell "community", but the community needs to know. 😀
https://www.postgresql.org/docs/
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2023 at 7:22 pm
From the Article:
"A little more than 12 months into the new gig, I finally started to have a mind shift and look more earnestly for a Postgres family....
--Jeff Moden
Change is inevitable... Change for the better is not.
January 21, 2023 at 5:08 pm
I've found that a lot of people just don't give a damn.
I recently did a peer review of some rather length but vertically code where the table name was simply...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2023 at 9:22 pm
...but I don't think I'll ever be converted to leading commas - I think that's at least partly because I'm an English language pedant and believe that a comma...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2023 at 8:48 pm
I wouldn't just arbitrarily add a non-clus index without checking existing index usage ("index usage stats") AND reviewing missing indexes ("missing index" stats).
Nor would I change the Clustered Index...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2023 at 8:36 pm
As a bit of a sidebar, I've not yet found an online video course for beginners that I actually like or think that does the job adequately. 🙁
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2023 at 7:32 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2023 at 7:21 pm
If "Time" were the first in order in the index, that would be much better?
Maybe for your query but might crush everyone else's performance.
Looking at the graphic that was...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2023 at 7:15 pm
First of all, there have been religious wars over code formatting. Even the original post contains a possible declaration of such a war where the OP works.
I'm NOT trying to...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2023 at 7:07 pm
If you know the date the principal was created AND you have a log file that spans that date, you can find it in the log file. I don't have...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2023 at 1:27 am
Suggestions from kaj and Jonathan AC Roberts (both) work! Thanks to for spending a few minutes to solve this. I didn't know about the EOMONTH() function.
If your dates have...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2023 at 12:50 am
Instead of making 2 passes through the table, use a CROSS APPLY to do the "unpivot". There IS an UNPIVOT operator but I don't care for it.
...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2023 at 12:38 am
Iwas Bornready (9/15/2016)
ChrisM@Work (9/15/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2023 at 12:25 am
To continue the math behind all of this and what the verbal description of what the code actually does, run the following code and let me know what number it...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2023 at 11:45 pm
Remember what I said about the DW datepart and DATEFIRST? What happens to the output when you change DATEFIRST and how does it relate to DATEFIRST insofar as the first...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2023 at 11:42 pm
Viewing 15 posts - 2,086 through 2,100 (of 59,082 total)