Viewing 15 posts - 3,556 through 3,570 (of 59,067 total)
What do the scripts actually do? The reason why I ask is that if there's contention, you could end up with quite a bit of blocking that would make this...
April 26, 2022 at 6:28 pm
There are some brilliant methods to be had here and are especially necessary because most people's spreadsheets don't actually look like a table.
They also take a special tool and some...
April 26, 2022 at 6:13 pm
Like I said at one of your previous posts ( https://www.sqlservercentral.com/forums/topic/transaction-log-growth-index-manintenance-jobs-database-functional-jobs#post-4021517 ), there's not much use of it on a busy system because the life=time expectancy of data in that...
April 26, 2022 at 5:59 pm
I've always been concerned but, as I get older, I seriously worry about the medical world and hospitals and the people in them when I see things like...
April 26, 2022 at 5:50 pm
"Style" wasn't in the list of BBCodes but tried it in the first post above just to make sure. Agreed... it doesn't work.
April 25, 2022 at 6:32 pm
Except for the errors they still have and the missing functionality it still has, it does the same thing as BULK INSERT except slower.
It amazing how many people...
April 25, 2022 at 6:27 pm
That's a good idea but I don't believe that will reduce the impact on the log file when you use REORGANIZE.
April 25, 2022 at 6:25 pm
Thank you for the feedback.
April 25, 2022 at 6:21 pm
Ah... careful now... you can't rely on the default trace on a busy system for things like this. The lifetime expectancy of any row in our default trace is on...
April 25, 2022 at 12:46 am
My two favorite questions are becoming...
Is there a reason why this MUST be done in PowerShell?
Is there a reason why this MUST be done in Python?
My...
April 25, 2022 at 12:01 am
My two favorite questions are becoming...
Is there a reason why this MUST be done in PowerShell?
Is there a reason why this MUST be done in Python?
The answer both...
April 24, 2022 at 5:23 pm
Hi Jeff - just checking to see if you got a chance to test it.
Ok. I don't actually have any mirrored databases anywhere but I tested this the best...
April 24, 2022 at 4:18 am
Advantages of pre-allocation: Queries don't die when you suddenly run out of room in the middle of a transaction. No need to wait for file growth. No risk of...
April 23, 2022 at 10:26 pm
Step 1 would be to stop using REORGANIZE unless you actually know what it does on each and every index you have and, to be brutally honest, most people don't. ...
April 23, 2022 at 10:11 pm
Thank you. What will happen if the backup verify fail in one of the database? It will start again taking the backup or just tell us the verify option...
April 23, 2022 at 9:42 pm
Viewing 15 posts - 3,556 through 3,570 (of 59,067 total)