Viewing 15 posts - 5,671 through 5,685 (of 59,072 total)
I've had many managers in the past 20 years. Some were good, some not so good, and some were terrible. The not-so-good ones can sometimes be "trained" through demonstration of...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2021 at 9:37 pm
Hey Jeff,
Thanks for the lesson.
And this is very nice. I missed the option to do
WHERE city in ('Arizona','California','Hawaii')
Also, not entirely sure how this line works
SELECT ByCityFirstNameID = ROW_NUMBER() OVER...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2021 at 9:10 pm
BWAAAAA-HAAAAA-HAAAA!!! See? As predicted including the rubbish about how "identifiers can't be numeric". 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2021 at 9:03 pm
Yes...
To be sure, the "WITH" that you speak of is called a "CTE", which stands for "Common Table Expression". In many cases, you can simply move such things to a...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2021 at 4:34 pm
To be sure, my rant on this subject isn't directed towards anyone in particular, especially the poor ol' developers (I used to be a front-end developer a long, long time...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2021 at 4:20 pm
p.s. Since Joe Celko is one of my "followers" (and this site won't allow me to reject certain people as "followers" 🙁 ), if he shows up with his normal...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2021 at 4:07 pm
Man-o-Man, Carton! Nice job on the DDL and test data. It ran perfectly and made my life a whole lot easier to help. Very well done.
Here's one fairly easy answer...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2021 at 3:51 pm
It may all come done to the interpretation, but this cycle seems perfectly relevant.
Do it: get the first draft implementation. I'm to often locked in meeting on how should...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2021 at 3:03 pm
Hi Jeff,
Thanks for the options provided. One thing wanted to know, will both methods will take of Transaction log reuse right? meaning, rather than log file growing out of...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2021 at 2:34 pm
the industry also has a track record of many improvements that are improvements. Hence my post. It's easy to be too negative or positive. I am striving for a...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2021 at 4:37 am
It's a real shame that a lot of people writing software and user interfaces don't seem concerned with that balance. And I have to disagree with you... the industry has...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2021 at 11:49 pm
So, you're saying that a Senior DBA doesn't need to know about Clustered Indexes or even how to get the current date and time in T-SQL? Heh... I've seen what...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2021 at 11:22 pm
I mostly agree, Eric. I DO ask the "What" question first, though. The reason why is that most candidates are as nervous as a chicken wearing a pork chop necklace...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2021 at 6:53 pm
I don't think he's asking the wrong question. He's asking a very specific question, what are the things only a login in the sysadmin fixed server role can do. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2021 at 6:43 pm
Having a constant lack of faith that things can improve, doesn't seem to be helpful for me.
I would normally agree but the industry has a huge track record of...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2021 at 6:18 pm
Viewing 15 posts - 5,671 through 5,685 (of 59,072 total)