Viewing 15 posts - 6,721 through 6,735 (of 59,070 total)
Strong second to Grant's post.
I'll also add that partitioning a table can actually make performance worse like it did for me but was acceptable because of what I was trying...
July 21, 2020 at 7:10 pm
I've been through this more times than I can shake a stick at. With the utmost respect for those that provided them, none of the solutions offered are SARGable and...
July 21, 2020 at 1:25 am
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...
July 21, 2020 at 1:11 am
Ah, nostalgia. I miss BYTE magazine.
And "Computer Shopper".
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...
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...
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?
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...
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...
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...
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...
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...
July 18, 2020 at 8:07 pm
Heh... I'm still waiting to hear back from the OP with an answer to my question! 😉
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...
July 17, 2020 at 9:19 pm
Because then your triggers don't have to be coded to do the conversions to VARCHAR().
July 17, 2020 at 4:30 pm
Viewing 15 posts - 6,721 through 6,735 (of 59,070 total)