Viewing 15 posts - 5,746 through 5,760 (of 59,072 total)
Heh... as the old saying goes, you have to remember that "NULL is not nothing". 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2021 at 2:24 pm
Sky-diving, anyone?
I'm going to "bail"on that one. Pun definitely intended. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2021 at 2:18 pm
If you stop calling it "Pre-Prod" and start calling it "UAT", there will be no question that it's not actually a production environment. Of course, no part of it can...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2021 at 1:51 pm
I would suggest starting at the following bit of MS Documentation...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2021 at 5:23 am
I guess the OP has left the building. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
January 18, 2021 at 5:15 am
Deleting a question without a reason why is pretty rude.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2021 at 5:16 pm
Thanks for the feedback, Rick.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 14, 2021 at 10:36 pm
Good morning all ,
Have any idea how I can reduce disk consumption during the reindexing phase
I use the IndexOptimize procedure of the olla script
--Jeff Moden
Change is inevitable... Change for the better is not.
January 14, 2021 at 9:37 pm
I've never run across any "odd results" by using CHAR(1) in such a SELECT, yet. With that in mind, do you have an example of what happened so 1) we...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 14, 2021 at 3:56 pm
Awesome question, Steve!
--Jeff Moden
Change is inevitable... Change for the better is not.
January 14, 2021 at 3:49 pm
That was an interesting question today! Learned something new!
As a bit of a sidebar, it will also seriously speed up code for things like REPLACE, especially for servers that...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 14, 2021 at 3:48 pm
When you run such code, everything is pretty much "server-centric" when it comes to drive letters. For example, you're referencing the "C:" drive in your code... when that executes on...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 14, 2021 at 3:42 pm
Thank you! First I've heard of a Tally table. I'm confused on one point in your discussion. You say,
The largest number in the Tally table should not be just...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 13, 2021 at 11:46 pm
It's completely dependent on the indexes. I know Minion lets you pick lists of indexes & break up the process. I suppose Ola's script must too. Do that. Do...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 13, 2021 at 7:03 pm
Yes, I also thought about it, but the following example shows it doesn't matter - SQL Server implicitly converts NULL to the correct type, no?
DECLARE @t...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 13, 2021 at 6:40 pm
Viewing 15 posts - 5,746 through 5,760 (of 59,072 total)