Viewing 15 posts - 5,956 through 5,970 (of 59,089 total)
Looks like I'll have to migrate to a newer version of SQL. Thank you everyone for their support!
There's no need to wait... simply use the following code for the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2020 at 10:11 pm
It doesn't work just in the old punch-card days. It works fine now, as well. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2020 at 6:26 pm
"Mastery" can also be an illusion... remember that "In the land of the blind, the one-eyed man (even with less than perfect vision) is king".
--Jeff Moden
Change is inevitable... Change for the better is not.
December 8, 2020 at 6:24 pm
Thank you, Jeff for taking the time to write and comment your response.
However, I get the following error when I run the script:
Msg 208, Level 16,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 7, 2020 at 4:55 pm
One of the problems that I've witnessed since the fateful day of Monday, January the 18th, 2016 when I discovered that it was the supposed "Best Practice" index maintenance that...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 7, 2020 at 4:12 pm
Lordy... Let us hope that MS never makes a DB or Server-Wide setting for this.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 7, 2020 at 2:39 pm
@ Evgeny Garaev ,
I totally agree that Ola's good code will take a huge number of different settings. There's no argument there or on the quality of Ola's code.
The problem...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 6, 2020 at 10:38 pm
A covering index with Status column first followed by OrderDate is inevitably a subject of severe page splits on every ongoing INSERT's.
I can definitely vouch for that... in...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 6, 2020 at 4:55 am
The link for Jonathan's script, once you find it on SQLSkills, is broken. Do you have another source for the script that makes the two sales tables larger?
And, I...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 6, 2020 at 4:52 am
Ok. First of all, we need to get rid of the incremental rCTE (recursive CTE) that you're using to come up with the missing dates. Please see the following article...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 6, 2020 at 3:27 am
That, good sir, is an excellent post. Thank you for taking the time to post it. I'll be back. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
December 6, 2020 at 1:02 am
In that case, I don't have any good guesses. The error message is pretty clear about it not being able to find the file. I'm still thinking it's a privs...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 5, 2020 at 5:50 pm
I'm thinking that the services accounts for the new server have no privs on the target directory. Fix that and you should be golden.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 5, 2020 at 4:43 pm
"Minor Issues"??? A multi-million dollar rocket crashing is NOT a "Minor Issue"! 😀 Neither is using a space vehicle for a planetary drill because of a difference in measuring systems...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 5, 2020 at 3:57 pm
By the way, I'm using SQL Server 2005.
For the love of Pete... why on Earth would you post your problem in a 2014 forum then? Any other caveats you'd...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 5, 2020 at 3:41 pm
Viewing 15 posts - 5,956 through 5,970 (of 59,089 total)