Viewing 15 posts - 2,041 through 2,055 (of 59,067 total)
Heh... another "metric" that I'm really sick and tired of is "index fragmentation", especially when it comes to 3rd party vendors, both good and bad. You call them and ask...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 30, 2023 at 3:21 pm
Hello Jeff ,
thanks but i suggested to consider not to create directly. as i don't see the plan, I suggested based on the data column he pulled.
I never created...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 30, 2023 at 2:54 pm
Optimizing indexes: Reorganizing or rebuilding indexes can improve the performance of a database and potentially reduce its size.
I strongly recommend against the use of Reorganize. It simply doesn't do...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 30, 2023 at 2:36 pm
Can you consider Columnstore index , non clustered, if you need many columns & read is huge in the DB query.
Can we have full plan or highly used area...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 30, 2023 at 4:51 am
Great article. PLE reminds me of the "tree falling" riddle...
"If a tree falls in the forest (PLE crashes and starts coming back up) and no one was there to hear...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 30, 2023 at 4:38 am
SGAB, I had high hopes for the new GENERATE_SERIES() function in 2022, which I finally took the time to download the Developers Edition for and install. Things were looking promising...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 30, 2023 at 4:26 am
p.s. If you want to see a presentation on all this, here's one that talks a lot about Random GUIDs just because they're the "poster child" for fragmentation. It shows...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 30, 2023 at 3:29 am
Or instead of reorg, will it be faster if I just rebuild index instead?
The answer to that question is a resounding OMG YES!!!! Even if you're in the Full...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 30, 2023 at 3:23 am
It sounds to me like the database was defined that large to begin with. And, no... SQL Server doesn't reduce the file size when data is deleted, either.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 30, 2023 at 2:21 am
And do remember that the resulting number is actually huge coming in at E33 and isn't just 3.97. Because of that, I'm seriously doubting this whole formula... especially since it...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 29, 2023 at 5:40 pm
Ran a test after enabling TF 692 and continued to see blocking by the select against sys.dm_db_index_physical_stats, unfortunately.
Ooooo lordy. My apologies for missing your reply to your now 3...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2023 at 4:22 pm
Not being a math genius by any means, I'm still deeply interested in what the formula solves for?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2023 at 12:39 am
NM... Jonathan pulled it off mathematically. (Nicely done, Jonathan!!!)
I'd still like to know what question the math resolves. Thanks.
p.s. I know all the gazintas that Jonathan used to solve this...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2023 at 11:02 pm
I found the same error message in the SQL Error log on 3 dozen different SQL 2019 Standard instances. The message was:
BACKUP failed to complete the command BACKUP LOG...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2023 at 7:22 pm
Hello!
When we failover one node from another, does the roles from the node failover to another node too?
Thanks
Test it. Even if someone says "yeah", you MUST test it!
I'd also...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2023 at 7:14 pm
Viewing 15 posts - 2,041 through 2,055 (of 59,067 total)