Viewing 15 posts - 511 through 525 (of 59,069 total)
Only 17 responses on Steve Rezhener's thread. I'm not sure that I'd consider that to be a viable source of information considering the previous and expected attendance for these types...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2024 at 1:16 am
I don't believe such an alert exists. My recommendation would be to make an SQL Server Agent Job that checks for such things and schedule it to run on a...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 23, 2024 at 4:12 pm
To be honest, I've found that most such contention is because of what is appropriately referred to as "crap code". 😉
I recommend that you figure out what's beating on TempDB...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 23, 2024 at 4:05 pm
Post the CREATE TABLE statement for the table the index is a part of including the CREATE statements for the index(es) in quesiton. Then, post the results of a...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 23, 2024 at 1:13 am
I am attaching the index data collection file. See if you infer any useful information.
Ok then, this will be short.
The code says it ignores UNIQUE indexes. Your spreadsheet says...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 23, 2024 at 1:07 am
Hi All,
We have a 2 TB disk to stored of the sql database files. db has 3 data files and 1 log file. log file is stored on a...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 20, 2024 at 4:06 pm
Hey there, Sam...
I took a look at your index spreadsheet. That's a good thing but it's missing some critical information...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 20, 2024 at 3:36 pm
There is some original basis of truth in rumor and old wives tales. While you place no faith in Fox, it did make people at least look.
While your opinion that...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2024 at 4:46 pm
Ah... I found the word I was looking for...
Lookup the term "enshittification". It's a term that was coined by XXXXXXXXXX in 2022 and became the "word of the year" for...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2024 at 3:54 pm
Understood. Thanks for the feedback, Steve.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2024 at 7:51 pm
As an important sidebar, I don't know why you need to do this but it's generally a really bad idea to denormalize data in such a fashion. Maybe post the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2024 at 7:28 pm
Hi All ,
fitst you need to disable all maintenance plan , perhaps your rebound or organise process all table without considering fragmentation .
also tha sal server audit can...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2024 at 6:40 pm
change the database compatibility to SQL2019 prior to the items below.
the optimizer is different between versions, so it's pretty standard to have to, at a minimum, rebuild statistics with...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2024 at 6:32 pm
What is 'Cabot'?
I second that question.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2024 at 6:26 pm
@Grant Fritchey,
I think you'll absolutely love the following article...
https://getpocket.com/explore/item/looking-to-ditch-twitter-morse-code-is-back
--Jeff Moden
Change is inevitable... Change for the better is not.
June 13, 2024 at 2:03 pm
Viewing 15 posts - 511 through 525 (of 59,069 total)