Viewing 15 posts - 6,736 through 6,750 (of 59,072 total)
But, yes, depending in which way your index is disorganised, REORGANIZE can mean a lot of operations, as it performs a bubble sort of the file.
I don't think...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 21, 2020 at 1:11 am
Ah, nostalgia. I miss BYTE magazine.
And "Computer Shopper".
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2020 at 1:39 pm
Actually, 100% can be generated using a little dynamic SQL, sys.columns, and sys.indexes. I wrote some code for work that people are using. I'll see if I can find the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2020 at 12:56 pm
Man, thanks for the example, Erland. Great stuff and timely, as well. We just installed some 3rd party software where they required the database the software uses to be snapshot...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2020 at 4:12 pm
Erland... Before I spend a lot of time looking for it, do you have a link handy that talks about that problem?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 18, 2020 at 11:25 pm
Another thing, I that I did not observe until today, which is a quite important difference is this: If you have any form or snapshot enabled (and that includes...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 18, 2020 at 11:19 pm
I also have been having so many issue with SSMS load times, 30 seconds or more to refresh Tables list, or to Edit table, right-click and wait a life...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 18, 2020 at 9:13 pm
Friends, I've reached to a good improvement.
I destroyed fragmentation for table Groups_Roles Table. Result was very good. My goal procedure removed from SQL Serve Profiler with more than 3...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 18, 2020 at 8:40 pm
I've removed PK of LegalReferrence Table. Logical Read reduced for this table very good.
I'm thinking the reason why that worked is simply because that caused a rebuild of related...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 18, 2020 at 8:39 pm
Identifying results meaning...
Given a sample database schema and DML query provided, I have to come up with the results of the sample query.
This is a section of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 18, 2020 at 8:07 pm
Heh... I'm still waiting to hear back from the OP with an answer to my question! 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
July 17, 2020 at 9:25 pm
REORGANIZE is not meant to reduce total / overall I/O...
Yep... Totally agree... that's one of the many reasons why I avoid it like the plague. 😀
Totally agreed on the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 17, 2020 at 9:19 pm
Because then your triggers don't have to be coded to do the conversions to VARCHAR().
--Jeff Moden
Change is inevitable... Change for the better is not.
July 17, 2020 at 4:30 pm
That was the exact scenario I had with the log file blow out that I described. It was an ever increasing index that suffered only from DELETEs. It wasn't an...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 17, 2020 at 4:28 pm
Thanks for taking the time to explain that, Julian.
Shifting gears a bit, since none of the VARCHAR(3500) columns are actually worth a hoot in an index, you might want to...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 17, 2020 at 3:35 pm
Viewing 15 posts - 6,736 through 6,750 (of 59,072 total)