Viewing 15 posts - 3,016 through 3,030 (of 59,098 total)
@Jeffrey - we have shared infrastructure with thousands of sql servers, backups have dedicated network, but backups are throttled not to overutilize network and storage as backups run on...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2022 at 1:55 am
You have to investigate what is causing that much tempdb consumption.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2022 at 6:10 pm
My recommendation would be to start at the following URL...
https://duckduckgo.com/?q=import+csv+into+mysql+workbench
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2022 at 6:05 pm
You have all the suggestions written out in your post. Just code to those. Like Granny used to say, "You can only peel one potato at a time". Pick a...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2022 at 6:02 pm
Thank you for the advice of great books. Very useful for me. I think https://www.w3schools.com/sql/ is a good guide. I would like to ask where exactly in the programming...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2022 at 5:50 pm
CREATE FUNCTION [dbo].[fn_GetSummaryReport] ( @pStartDate DATE, @pEndDate ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2022 at 3:48 am
This is resolved. Thanks.
I'm really curious... how did you resolve this, please?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2022 at 3:41 am
To be honest, 500GB of TempDB is terribly large for most servers. You'd probably do well to find out the cause.
Whatever happens, don't do a shrink. It's a waste of...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2022 at 7:39 pm
It sounds like they're using the "Right click on the database in the object explorer" method.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2022 at 7:36 pm
FWIW - I backup a 6TB+ database every night in less than 2 hours. That process backs up to a local drive - then copies the file to another...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2022 at 7:34 pm
On the first item, I'm not grokking what the anomaly is that you speak of.
On the second, lookup the LEN() function and the SUBSTRING function.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2022 at 7:23 pm
p.s. Since ID seems to be a sign of grouping, do you want this done by groups formed by ID or what? Is that why row 6 wasn't returned in...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2022 at 1:31 am
Thank you.
Under normal conditions, when a row goes negative, the query lists the rows before that row.
However, if a movement has never been negative, it does not bring the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2022 at 1:23 am
I'm no help here but that "password in text" stuff is one of the reasons I hate it. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2022 at 1:10 am
Is that with our without Leap Seconds? 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
August 10, 2022 at 1:05 am
Viewing 15 posts - 3,016 through 3,030 (of 59,098 total)