Viewing 15 posts - 76 through 90 (of 59,067 total)
As the title says , I've got a handful of stored procs where the avg duration rises and falls pretty much mirroring the exec count. I've looked to see...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 13, 2025 at 2:35 pm
How do I add all the values in the column considering it to be in hh:mm:ss:ms
Please help.
WHAT is the datatype of the column? If it's character based, what is...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 13, 2025 at 2:26 pm
One of the things that most courses do NOT teach is how to rapidly create Random Constrained Data in the form of test tables and, perhaps, significant row counts of...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2025 at 8:41 pm
Bump to overcome the new-page post missing bug with this site.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 21, 2025 at 2:10 am
I'm not moving towards any "ETL Tool". We've been doing major imports of millions of rows of data using BULK INSERT and we do exports using BCP. The exception to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 21, 2025 at 2:07 am
To be clear... your query without including the VARBINARY might be returning 20 bytes per row and then you can't understand why it takes about twice as long to return...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 16, 2025 at 1:00 am
From the article:
"The headline says that the staff rated the GenAI less useful than expected. Those last two words are interesting because your expectations shape a lot of how you...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2025 at 2:11 pm
I just use the 64 bit version and install it in the QUIET mode.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 6, 2025 at 2:32 am
I think it's important to familiarize with the current boilerplate questions that are trending on social media, not because these are actually great questions I would personally ask when...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 6, 2025 at 1:49 am
Your dbo,starui_country_mastergroup_subgroup table appears to be missing some rows compared to the example you gave, as well.
Please fix your script.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 6, 2025 at 1:45 am
I'm hoping that the errors in your attached script aren't going to matter... also, the code you posted above doesn't run due to all of the errors in that.
Msg...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 6, 2025 at 12:42 am
No... it's not "feature" complete. First, I don't know what they heck they did to it but there was a massive slowdown when 2019 came out and it's still slow...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2025 at 12:58 am
How in the heck does something like this get past QA?
From what I've seen over the years with SPs, CUs, and new releases, I'm starting to thing that...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 24, 2025 at 9:20 pm
The "Used but Unallocated Space" is usually because of a "wonderful" feature known as "Fast Inserts". It is meant to provide a performance gain when doing inserts containing a huge...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 24, 2025 at 9:18 pm
If you look at the code I posted, the text to describe what happens says that "When the fractional precision of the datetime2(n) value is greater than three...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2025 at 5:48 pm
Viewing 15 posts - 76 through 90 (of 59,067 total)