Viewing 15 posts - 7,126 through 7,140 (of 59,091 total)
That show at the end is absolutely awesome. Thanks, Steve.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 13, 2020 at 2:42 pm
DBCC FREEPROCCACHE;
Understand that there could be a period of some pretty high activity and some slowness until all the procs being used are recompiled on their first runs.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 13, 2020 at 1:55 pm
BrainDonor beat me to the link he provided. I'll also add that if you're having serious problems with TempDB, there's usually some code in desperate need of a fix.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 13, 2020 at 1:53 pm
Thanks for the info and link.
It looks like the on-premise DBA is going to be met with a few challenges in the future. I know there are a lot...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 13, 2020 at 1:14 pm
@steve-2...
No... this is not like stack overflow especially not when it comes to publishing code nor in rendering previous published code (how hard would it be to overcome the quadruple...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 13, 2020 at 12:34 pm
I feel like I'm missing something. An inner join is necessarily an existence check, why not:
SELECT u.UserId
FROM UserTable u
JOIN TableA a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 13, 2020 at 12:23 pm
You've yet to make the realization that the "upgrade" they did wasn't really user oriented, although I'm sure that Steve will argue with that. It was to increase the looks...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2020 at 9:53 pm
>> In 99.9% of all cases, all most people need is an automatically assigned value incremented by 1. <<
No, I would say that in the majority of cases people...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2020 at 9:47 pm
What percentage of the rows of each table are less than 12 months ago?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2020 at 6:39 pm
Obviously, it's time for you to move this all to the cloud where you can easily add a bazillion CPU's to scale out for this horribly complex problem. After all,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2020 at 1:30 pm
It sounds to me like it's all the fault of the query and the person that wrote it... not an absence of indexes.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2020 at 11:59 am
Why can a person not understand that when you write a query against dev that has 6 rows per table, and the query does 3 table scans, it will...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2020 at 3:39 am
I'm working with a company that's at the beginning of a migration to the cloud and have been in close contact with the DBA at another company that's completed the...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2020 at 2:58 pm
I vote that this conversation end now. Unsubscribing. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2020 at 2:46 pm
I can't remember most days which day it is. Mostly because I think it doesn't matter and then I don't pay attention. I check the display in my...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2020 at 2:33 pm
Viewing 15 posts - 7,126 through 7,140 (of 59,091 total)