Viewing 15 posts - 1,171 through 1,185 (of 59,072 total)
With the exception of random but evenly distributed indexes, I wouldn't use logical fragmentation to determine if an index needs to be rebuilt. In the case mentioned,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2023 at 3:34 pm
I believe you'll find the following article quite interesting. To summarize, Paul White proves that the 5000 row thing is a bit of a myth that, according to him, no...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2023 at 3:27 pm
Ah... almost forgot about another scenario that I ran into. Are the connections to the server setup to explicitly turn off/disable M.A.R.S. It they're not, they need to be. The...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2023 at 3:11 pm
Thank you.
Not after the Index maintenance job. I check the queries that are consuming for years. They are not new o nes. I tried updating the stats & cleared...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2023 at 2:58 pm
Logical fragmentation is seriously overrated as a concern. As Grant said, unless you can seriously prove that it's causing an issue, don't worry about it. I'm working on some articles...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2023 at 2:49 pm
And don't forget the veterans that missed so many holidays nor the folks that are on active duty.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2023 at 3:46 am
And, if the update is rolled back instead of being committed because the error was realized, then the second query has just returned incorrect information. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2023 at 3:43 am
My problem with Query Store and some of the people that use it is that, quite frequently, many of the plans (there's just 2 or there's more) are terrible. A...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 4, 2023 at 3:35 am
Show me where in Table "A" that you have the value "DEF0002".
I think your example data for Table "A" is incorrect.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2023 at 11:41 pm
There's a push to use NOLOCK on everything unless the users absolutely cannot deal with dirty reads because "it improves performance." ACK!
Sounds like it's time to...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2023 at 11:05 pm
jonathan.crawford wrote:Trying to imagine a scenario where I worked with Jeff Moden and tried to call out his code...
That would make a very viral video!!!!!!!!!
I know it's been...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2023 at 11:01 pm
Off-topic, but awesome to SEE Jeff Moden after all these years! The YT vid was a bit over my head but still fascinating.
I've PM'd you to ask a favor,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 31, 2023 at 9:56 pm
Shift all parameters 1.5 bytes to the left and start the run. In 30ms, stop the run and then restart it. Note that you have to do...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 31, 2023 at 8:46 pm
DAMMIT!! I make one, ONE, typo on parameter 137 and suddenly I find myself here in the FUTURE!!
Does anyone still follow this thread, and if so, can you...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 30, 2023 at 10:44 pm
Posting to get Johan's answer to show up. It was the first post on a new page and this forum still has the problem of not showing the first post...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 30, 2023 at 2:59 pm
Viewing 15 posts - 1,171 through 1,185 (of 59,072 total)