Viewing 15 posts - 2,251 through 2,265 (of 59,085 total)
Last observation, we've been experiencing a lot of turnovers recently. One of the biggest positions to leave is the head of our Project Management Office. In an all-IT...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2022 at 11:52 pm
The following statement runs in 4 seconds and is definitely better:
SELECT
B.ID,
D.Value
FROM #Big B
LEFT MERGE JOIN (
SELECT ID, dbo.GetValueInLanguage('fr', XmlValue) AS...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2022 at 11:51 pm
Maybe a multi-author Stairway to make such articles easy to find as a group? To make it as high quality as possible, perhaps have a couple people do a review...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2022 at 9:12 pm
Hmmmm.... maybe a kickoff with the most basic and, yet, one of the most important things that isn't actually taught in any beginner classes that pretty much laid a foundation...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2022 at 9:08 pm
Agreed. Definitely not a one man show on this type of thing.
It's funny that you brought this up because I was thinking about how many things I and others have...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2022 at 8:59 pm
That sounds like a fantastic idea, Steve. Any ideas for a series title, just to add some consistency to such articles? Some of those have already been written though. Like...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2022 at 8:35 pm
What I find funny is that all of the too-cool-for-school stuff is what people concentrate on. They don't realize the importance of SQL because they think they know SQL... in...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2022 at 4:43 pm
It is OK for me to be removed from different threads because I not agree?
Absolutely not. Where did that happen? Was it on this this thread? Was it...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 21, 2022 at 4:06 pm
Thanks for taking the time to post feedback, JJ. It IS interesting to see which hoops and how high the flames are that other people have to go...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2022 at 11:53 pm
Thanks for taking the time to post feedback, JJ. It IS interesting to see which hoops and how high the flames are that other people have to go through.
And glad...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2022 at 11:33 pm
SQL FOR SMARTIES 5th edition, chapter 18.2 goes into a lot of painful details znd works it all out
Thanks, Joe!
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2022 at 11:17 pm
Hopefully 10 seconds few times a day is a problem on you server!!!!
It's not... but the attitude that will cause everything to be written in such a fashion, or...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2022 at 5:09 am
Yes, that is how NOT IN () is defined in ANSI/ISO Standard SQL.
Thanks for the confirmation on that, Joe. Do you happen to have a link for that or...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2022 at 5:08 am
The way I write such code is to ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 20, 2022 at 12:23 am
You code appears to be a part of Dynamic SQL. If so, then replace each single quote with two single quotes.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2022 at 11:29 pm
Viewing 15 posts - 2,251 through 2,265 (of 59,085 total)