Viewing 15 posts - 31 through 45 (of 59,038 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...
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...
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...
June 4, 2025 at 8:41 pm
Bump to overcome the new-page post missing bug with this site.
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...
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...
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...
May 8, 2025 at 2:11 pm
I just use the 64 bit version and install it in the QUIET mode.
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...
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.
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...
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...
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...
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...
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...
April 23, 2025 at 5:48 pm
Viewing 15 posts - 31 through 45 (of 59,038 total)