Viewing 15 posts - 7,876 through 7,890 (of 59,072 total)
If it has zero or negative growth, why are you worried about the precise value of an autogrowth number? Pick a number (for example, 50 or 100MB) and move on.
I...
January 15, 2020 at 1:24 am
Actually, the ANSI/ISO Standards say that it ought to look like "2020-01-04", or maybe "2020-04-01";
Not quite right. The ISO standards state that it can look like that as a...
January 15, 2020 at 12:58 am
I agree. Download and run Ola Hallengren's solution. It's far more complete, and is far more flexible, than what you have written.
Ola's code is, indeed, the...
January 15, 2020 at 12:51 am
Hi
I have the following code:
in the end, the date should look like 1/4/2020, in a date format. And while this appears to be doing that, it comes back with...
January 14, 2020 at 6:13 pm
Answered my own question. You cant do it that way. Also, you could use an expression task to replace placeholders in a query as long as the max length...
January 14, 2020 at 5:58 pm
Read my larger post immediately before the short one you responded to. "It Depends" although I recommend that you simply stop using REORGANIZE except for those things I cited.
January 14, 2020 at 5:50 pm
p.s. And stop using REORGANIZE for your index maintenance. It doesn't work the way most people think (actually sets up indexes for perpetual fragmentation) and it's not the tame little...
January 14, 2020 at 4:43 pm
I have my production databases set to be "exposed" to the possibility of a transaction log backup every 15 minutes, but it's stupid to do an actual T-Log backup if...
January 14, 2020 at 4:34 pm
I agree. Download and run Ola Hallengren's solution. It's far more complete, and is far more flexible, than what you have written.
Ola's code is, indeed, the "Gold Standard". ...
January 14, 2020 at 4:28 pm
Ola's code is great but it doesn't help you if you use the current "Best Practice" (it's not) of blindly rebuilding indexes after you've exceeded 30% logical fragmentation. Even "Books...
January 14, 2020 at 4:23 pm
Tony... what is your Cost Threshold of Parallelism set to?
January 14, 2020 at 3:30 pm
What you mean by "MAXDOP 1,2,3,4" as it only has one parameter?
I'm thinking that it means that he tried all 4 settings.
January 14, 2020 at 3:19 pm
Hi Jeff, I've had some trouble getting your demo working on my home PC.
I installed 32- and 64- bit ACE drivers and then ran this:
sp_configure 'show...
January 13, 2020 at 5:54 pm
Hello,
I am running a server and I was telling my colleagues that the amount of database has hardly nothing to do with the speed of the server. Basically we...
January 13, 2020 at 3:33 pm
Good luck with that. Not sure third party tools make this better, but you're welcome to eval SQL Backup from Redgate if it...
January 13, 2020 at 3:27 pm
Viewing 15 posts - 7,876 through 7,890 (of 59,072 total)