Viewing 15 posts - 3,571 through 3,585 (of 59,067 total)
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 25, 2022 at 6:25 pm
Thank you for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2022 at 9:42 pm
I am thinking about the negative consequences of provisioning free space drastically high.
2. Restoring to the test...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2022 at 9:22 pm
Viewing 15 posts - 3,571 through 3,585 (of 59,067 total)