Viewing 15 posts - 2,866 through 2,880 (of 59,086 total)
Agreed on both.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 2, 2022 at 1:05 am
Yes. That would work but how often would you actually have a need that couldn't be solve easily, like Phil did?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 2, 2022 at 1:04 am
Ah, sorry. This article is strictly about 2022. My mistake.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2022 at 7:13 pm
Agreed, which is why it should be stored as two separate fields. Could do it on the table with a couple of computed columns.
I guess I'd have to disagree,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2022 at 7:11 pm
What I'd really like to see are companies that stop punishing people for not taking time off. I've had more vacation just vanish because I had more...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2022 at 6:57 pm
You appear to be missing a few thinks under the production builds section. 😀 It shows up totally empty for me.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2022 at 6:42 pm
Have you actually had the hardware checked?
A hardware fault is the most likely cause of your problems and it could mean your server is about the fail completely.
I totally...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2022 at 6:38 pm
The Performance Dashboard has an area for the most expensive queries. Have a look at those. Unfortunately, it doesn't tell you which part of some really long queries might be...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2022 at 6:17 pm
Wow, that's a very good article Jeff, comparing Pivot to Cross Tabs. I was noticing all your Pivots always have aggregate functions. What I am doing seems to involve...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2022 at 3:18 am
So with my Joe Celko hat on 🙂
Is Room Number a numeric value or not? Most people would say yes, but in fact I would say no. The reason...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2022 at 3:10 am
If your "TVF" has the word BEGIN in it, that'll make a world of hurt no matter how you're using it. That would make it an mTVF (Multi-statement Table Valued...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2022 at 2:05 am
I guess I don't understand why you need to do this. The role grants those privs. Why do you want/need to do it separately?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2022 at 1:50 am
What I'd really like to see are companies that stop punishing people for not taking time off. I've had more vacation just vanish because I had more on the books...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2022 at 1:32 am
Here's a sample table and the corresponding view, with one non-nullable datetime and one non-nullable int column that have placeholder values that return NULL when querying the table.
For now,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2022 at 1:25 am
I've done some things using the "RegEx" button (which is a serious misnomer of it's own) on Search'n'Replace in SSMS but nothing like this. I can see other uses for...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 30, 2022 at 8:20 pm
Viewing 15 posts - 2,866 through 2,880 (of 59,086 total)