Viewing 15 posts - 661 through 675 (of 59,069 total)
Hi Jeff,
At the bottom of the article is a zip file link.
I saw that and I kept asking myself where the heck the link was. I have the "nightlight...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2024 at 11:06 pm
From the article:
Further, because we’re aging, we’re not ready to embrace all the wonderful new technologies that are clearly superior in every possible way.
I know I responded...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2024 at 10:54 pm
p.s. Read the article at the first link in my signature line below for how to post some readily consumable test data. It'll help you get a coded answer instead...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 20, 2024 at 6:51 pm
No, I won't be limiting the TicketOpenDate for the query. I may add a month filter to limit TicketOpenDate at a later time. The initial query will look at...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 20, 2024 at 6:43 pm
Yeah, we do index rebuilds quite often but I am not 100% sure. but definitely that could be one of the reasons.
Jeff, I got your point. Could you please...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 20, 2024 at 6:39 pm
My two thoughts on things like this continue to be...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 20, 2024 at 6:16 pm
Thanks for the article, John. I'd like to do an experiment with another method. Can you identify the 3rd party link for where to get the source CSVs from, please?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 20, 2024 at 6:07 pm
This is how my table looks except I used random numbers for my values. Some of the dx columns have values and some do not. How about actually showing...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2024 at 11:04 pm
Please see the article at the first link on how to provide some readily consumable test data to help you help people help you. It also saves on many questions...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2024 at 10:38 pm
700GB log file for a 5TB database? Have you determined what caused it to grow that large and, if you reduce the size, will it grow to be that large...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2024 at 9:37 pm
Ditto what Frederico said. You've already identified the problem queries. Check the execution plans for them and fix them.
I'll also say that if you have to remove data from a...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2024 at 8:24 pm
Currently we are collecting database statistics information using
select * FROM sys.dm_db_index_physical_stats( 14, NULL, NULL, NULL, 'SAMPLED')
For some larger databases this statement takes more than...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2024 at 5:51 pm
p.s. Page compression includes Row compression, which basically turns a lot of "fixed width" datatypes to "variable width" and that can cause HUGE performance and log file problems due to...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2024 at 3:19 pm
Heh... you just had to know there was going to be some spam involved after the 2 new one-off replies that mostly didn't say much. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2024 at 3:15 pm
Hi Experts,
I am observing strange deadlock behaviour where one deadlock graph have 2 isolated databases involved. Can any experts here shed some light on this?
Regards
Synonyms. Views. Joins that use...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2024 at 3:08 pm
Viewing 15 posts - 661 through 675 (of 59,069 total)