Viewing 15 posts - 2,566 through 2,580 (of 59,067 total)
I had to give this one 5 stars because it's based on one of the basics in SQL Server, taught 35% of the people something, and there was no intentional...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2022 at 10:34 pm
Reminder... STRING_AGG() wasn't available until 2017. The OP posted in a 2016 forum.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2022 at 7:21 pm
@WebRunner...
And so there's yet another adage we can add...
"If you want something real bad... that's usually the way you'll get it". 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2022 at 7:10 pm
The fly in the ointment is... what does "done" actually mean and when will it come back to bite you? "Done" is just another name for "Good Enough" and I've...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2022 at 5:25 pm
Yes... Steve Collins posted an example above. You could also use multiple SELECTs with a UNION ALL.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2022 at 2:44 pm
From the Article:
I find that many of us that work in technology want a solution to be great. Often perfect. Computers are so good at following instructions...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2022 at 2:42 pm
Yet again it would be helpful if we could see the actual execution plan! 😎
Amen to that!
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2022 at 1:26 pm
So I saw a while back that its possible with a case statement, because once this sql code is created it goes into a another software that parses basic...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2022 at 1:25 pm
Ok... so what is "Criteria 1" and "Criteria 2" to return 1 value or another?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2022 at 9:37 pm
Why did you delete your post? If you fixed your own problem, it would have been nice to know what the problem was and how you fixed it. 🙁
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2022 at 9:29 pm
Another "spam" post, probably generated by some desperate bot. Here's a post on Reddit with the exact same wording from 2 years ago.
https://www.reddit.com/r/sysadmin/comments/krzdbo/sql_server_2012_standard_mediaiso/
It was also posted back in July here...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2022 at 9:23 pm
Spot on an same here. Exceptions have been made (one fellow has to drive his kids to school at a certain time every morning and so is excused from...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2022 at 7:01 pm
Hi Jeff,
My required output would look like this
So within each category the sort dense rank is sorted by Date. But the sorting needs...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2022 at 6:40 pm
You sure it's a table and not a function or a view? A simple select on one table shouldn't place locks on a second table, even if there are...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2022 at 6:37 pm
Check out the picture of the banner. The ad and the search look like one object.
Foreign keys in the file. Good call Jeff. (I have not been active in...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2022 at 6:36 pm
Viewing 15 posts - 2,566 through 2,580 (of 59,067 total)