Viewing 15 posts - 4,711 through 4,725 (of 59,089 total)
Any index that is rebuilt also rebuilds statistics which will cause recompiles for any stored procedures that use the indexes.
Also, you should stop using REORGANIZE. It doesn't work the way...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2021 at 5:52 am
Just to bump this question again because it's a great question, I second this question!
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2021 at 5:32 am
I believe that I'd have to bring the newly constructed 4 banded pork chop launcher into play if anyone did such a thing because there ae a huge number of...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2021 at 5:14 am
If a TSV (Tab Separated Values) file or a CSV (Comma Separated Values) file that can be used by Excel is "good enough", you don't need Crystal Reports or SSRS,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2021 at 5:09 am
Create a unique index on all the columns and make that unique?
For 2014 and earlier, the limit for key columns in an index is 16 unless you have at...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2021 at 4:57 am
Step 1 would be to do kind of what you say. Capture the queries that use the table and the column. Then, look at them and remember that the OP's...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 7, 2021 at 4:33 am
Ah... be careful. Changing the clustered index on the quick fly could cost you everywhere else.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 6, 2021 at 11:39 pm
What other useful DBA reports do you suggest? Maybe something we would run every month or so to check that our environment is configured/running optimally. We have these...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2021 at 6:18 pm
Rod. Do you have a description that you can share of the particular "Analysis Paralysis" instance that you're talking about?
I ask because I've seen a huge number of articles that...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2021 at 5:24 pm
Heh... this site left me no choice, Grant. I had to give this article only 5 stars because it won't let me give it 1000!
It's amazing how many "Brown Leaf"...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2021 at 6:56 am
I have a query that is using DATEDIFF to calculate the number of minutes, of course as an integer, but I may need the extra precision of showing this...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 3, 2021 at 6:26 pm
It's hard to tell.... are you looking for confirmation about your "assumption" or ???
--Jeff Moden
Change is inevitable... Change for the better is not.
September 2, 2021 at 8:04 pm
<sigh>
So I post a comment over at DBA Stack Exchange, because I know what I'm posting isn't an answer. I get dinged for it because it almost reads like...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 2, 2021 at 8:02 pm
Confirmed! Messages, Followers, and Following are all back! Thanks, Steve!
--Jeff Moden
Change is inevitable... Change for the better is not.
September 2, 2021 at 6:41 pm
What other useful DBA reports do you suggest? Maybe something we would run every month or so to check that our environment is configured/running optimally. We have these so...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 2, 2021 at 1:57 am
Viewing 15 posts - 4,711 through 4,725 (of 59,089 total)