Viewing 15 posts - 1,456 through 1,470 (of 59,067 total)
Hey Jeffrey thanks for chiming in.
Let me clarify what’s happening. There is a delete query and an insert query wrapped in a Begin Commit/Rollback Tran. Some of the data...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2023 at 4:19 am
My concern isn't the advice to switch - it is that some believe that is the accepted method without understanding the risks.
Yep... I got that and agree.
Again, there...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2023 at 4:14 am
David... I thought that fighting tooth'n'nail to get something done right was "normal", especially since it wasn't their idea. And, because it wasn't their idea, they might try to kill...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2023 at 4:10 am
Nicely written, Nisarg . And the annotations in the screen shots are helpful and also nicely done.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 12, 2023 at 1:11 am
Ah. Totally get that. I'm thinking that they don't actually have a good backup, though and that this is "one of those times". But, good point.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2023 at 7:38 pm
What is the best way to capture sql database growth on a weekly basis and report it ?Thanks
The "best" way is to anticipate the next question that usually comes...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2023 at 5:45 pm
so code is just a view on top of this table, that does select * from this table without any filter.
Ok, so the code that's causing the performance problem...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2023 at 5:22 pm
Just to be clear, the reason I suggested going to the SIMPLE Recovery Model in my example was to, in fact, break the Log File chain in an...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2023 at 5:12 pm
any findings/guidance?
Yes. Your original post stated...
We are starting to see some performance issues on any query that touch this table.
My personal feeling is that you're looking at the...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2023 at 4:17 pm
I wouldn't wholesale reduce, leave, or raise spending. I'd be more judicious about where I did any of those.
I also would look to incentivize others to find ways to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2023 at 4:04 pm
Just to be clear, the reason I suggested going to the SIMPLE Recovery Model in my example was to, in fact, break the Log File chain in an attempt to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2023 at 3:59 pm
As I know, freelancers in that field don't struggle with lack of work, they're always in demand, so you shouldn't have any problems with that regarding the number of...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2023 at 3:08 pm
I think the word "innovation" is a buzzword, the meaning of which has been bastardized just as the meaning of the title of "DBA" and the real "DevOps" has become.
What's...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2023 at 3:02 pm
"Shoddy" is the correct term for the rounding of the SMALLDATETIME datatype.
SELECT CONVERT(SMALLDATETIME,'31 Dec 2022 23:59:30.000');
Result... next day, week, month, and year.
Change is inevitable... Change for the better is not.
May 10, 2023 at 2:26 pm
My apologies... I don't use any of the things that use the log file of a database so I don't actually know what else to check on this issue. My...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2023 at 2:17 pm
Viewing 15 posts - 1,456 through 1,470 (of 59,067 total)