Viewing 15 posts - 1,786 through 1,800 (of 59,082 total)
Here we go again... 🙁
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2023 at 5:26 am
i would suggest to make sure to have the following measures applied before embarking to real database migration;
Use Updated Versions. First, keeping your hardware, hypervisors, and software updated is...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2023 at 5:22 am
I think adding the WeekDay and Hour columns to the main table make the most sense. Computed columns will be more efficient than a trigger, but they do have...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2023 at 5:17 am
Is there a reason the app team can't tell you which columns are unused?
I'm glad someone else said that. If they're the ones that are going to review the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2023 at 5:05 am
Thanks for the feedback. I wish I had the answer for you folks. I dont. Hopefully , someone else might see this and be able to rattle one off.
And, isn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2023 at 8:09 pm
Jonathan AC Roberts wrote:I can't say I have ever used RIGHT JOIN. I think it is only in the language for completeness.
I use it a fair bit in real life.
Why...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2023 at 4:12 pm
I can't say I have ever used RIGHT JOIN. I think it is only in the language for completeness.
I use it a fair bit in real life.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2023 at 3:01 pm
You've posted delimited data. Take it to the next step and post it as readily consumable data and you might get better answers because more people will give it a...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2023 at 3:00 pm
Just in case you need to fight off the folks that still think that regular index maintenance based on logical fragmentation is a good idea, Microsoft finally "got the word"...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2023 at 8:19 pm
Then the derivative code from SwePeso's post will correctly return the total number of decimal hours for you. You only think his code was complex because he included test data...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2023 at 7:55 pm
Secondly, the data was imported from excel in hh:mm format but it is coming up in sql as varchar.
Understood... Such a statement generally means that no value will be...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2023 at 6:28 pm
So... lemme get this straight... you actually have a 4.1 TERAbyte TempDB??? This suggests to me that your code has some real problems and that you grew tempdb to that...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2023 at 12:06 am
Michael is correct, We don’t have readable secondary. I don’t think adding more resources to the physical box is easy as VM.
I read through this - and seriously,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2023 at 11:31 pm
For question #1, just do a test. I think that you'll find that the stats take a lot longer because Index Rebuilds only affect/rebuild the columns they actually...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2023 at 11:04 pm
Good Lord... I don't know why I went and read some of the resolutions for this list but thanks for bringing it up, Steve.
Read the "Resolution" section for the 3rd...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2023 at 3:34 pm
Viewing 15 posts - 1,786 through 1,800 (of 59,082 total)