Viewing 15 posts - 7,891 through 7,905 (of 59,072 total)
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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". ...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 14, 2020 at 4:23 pm
Tony... what is your Cost Threshold of Parallelism set to?
--Jeff Moden
Change is inevitable... Change for the better is not.
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.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 13, 2020 at 3:27 pm
There's nothing in the original data you've posted to preserve the required order of the data to do this. Your addition of a calculated row number doesn't cut it for...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 13, 2020 at 3:18 pm
To answer your question at the end of your original post, yes... there are other ETL tools... and, they're quite expensive and they have steep learning curves and are subject...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 13, 2020 at 3:10 pm
It probably is the "Insert Bulk" things happening. MS tried to make code faster faster with an "improvement" called "Fast Inserts", which came about in SQL Server 2016. It allocates...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 12, 2020 at 8:28 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 might help
Yeah,...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 12, 2020 at 7:42 pm
Viewing 15 posts - 7,891 through 7,905 (of 59,072 total)