Viewing 15 posts - 1,441 through 1,455 (of 59,066 total)
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...
May 12, 2023 at 4:10 am
Nicely written, Nisarg . And the annotations in the screen shots are helpful and also nicely done.
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.
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...
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...
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...
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...
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...
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...
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...
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...
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.
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...
May 10, 2023 at 2:17 pm
If partitioning IS present, why is there a need for any of this? SWITCH the old data out. Copy it to a new table in the archive. Then SWITCH that...
May 10, 2023 at 1:13 pm
I will want to have this solution in my arsenal. What is the code to install ACE Drivers? How do I set it up?
Please, show me easy and step...
May 10, 2023 at 12:56 pm
Viewing 15 posts - 1,441 through 1,455 (of 59,066 total)