Viewing 15 posts - 2,071 through 2,085 (of 59,067 total)
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
Don't apologize for the question. You got a good part of it right. Just not the "fine point". Very specifically, which part of last week does it ALWAYS show?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2023 at 11:40 pm
Gosh, Jeremy. Put a SELECT on it, run it, and see. If you can't guess that, then break out pieces and see what it comes up with for values. If...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2023 at 11:10 pm
When I do a search for "Querying SQL Course", I get a ton of returns from different sites and none of...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2023 at 10:11 pm
In reponse to Jo
I agree with Jeff, the applications seems to use a single connection sequentially.
So if i understand correctly, within the software, when they launch a query, the...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2023 at 9:54 pm
Hi jeff thanks for advice , i went by website you suggested geeks for geeks and i found it to more for programmers . .I didnt...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2023 at 9:47 pm
Viewing 15 posts - 2,071 through 2,085 (of 59,067 total)