Viewing 15 posts - 2,971 through 2,985 (of 59,067 total)
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...
August 10, 2022 at 7:39 pm
It sounds like they're using the "Right click on the database in the object explorer" method.
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...
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.
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...
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...
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. 😀
August 10, 2022 at 1:10 am
I keep it real simple... I assume it's my problem until I can prove, usually with code or logs, that it isn't actually my problem. As the old saying goes,...
August 10, 2022 at 12:55 am
Normally, when a company buys another company, like Solar Winds did, and the announce the discontinuation of a product that was owned by the company that was bought, they also...
August 8, 2022 at 6:44 pm
Quote removed... it actually had a spam link in it that I flat out missed.
Thanks for the heads up, Frederico.
August 8, 2022 at 5:49 pm
I guess I don't understand the issue here. Just load up all the files name for, say, the employee table and process them in date order. Then, move the processed...
August 8, 2022 at 5:45 pm
@jeff Moden,
I updated my queries and now there are no 1900 dates for where death date does not exist. I added a new bit of code to the ETL...
August 8, 2022 at 3:38 pm
Thanks for the feedback, Pat. It sounds like you've got things under control.
August 8, 2022 at 2:00 pm
Thank you for all this.
Despite the knowledge I gained, the beauty of learning more effective ways is what keeps me going on.
I definitely agree with that. Thanks for stopping...
August 8, 2022 at 1:53 pm
Viewing 15 posts - 2,971 through 2,985 (of 59,067 total)