Viewing 15 posts - 4,021 through 4,035 (of 59,067 total)
Steve, why is it that code reuse in T-SQL, in particular refactoring, results in performance penalties? I'm ignorant as to why this is so. Just trying to learn more,...
January 23, 2022 at 5:44 pm
Jeff M,
I can't stop laughing at your response. You are correct that I am trying to leverage previous work done in the stored procedures instead of rewriting the logic...
January 23, 2022 at 5:37 pm
And still no answer as the WHY this needs to be done.
January 23, 2022 at 5:35 pm
Thankyou, I really Appreciate the way you did it, It really helped a lot. Keep Sharing more such.
That actually looks and sounds like a precursor to SPAM, as has...
January 23, 2022 at 1:37 am
If yes, based on what the size of the .ndf file was determined, since it's completely different compared to primary .mdf file.
A secondary file typically contains a subset of...
January 23, 2022 at 1:35 am
The issue is that they think that they want to stop using the STUFF method (which is really the for XML PATH concatenation) for some reason but won't explain why...
January 23, 2022 at 1:31 am
I have to ask... why are you duplicating more than a half million rows from a 206GB table into the SAME database??? If we knew that, we might be able...
January 23, 2022 at 1:24 am
Such workarounds are absolutely stupid. Not because the workaround itself is stupid but, rather, because Microsoft has made such a workaround NECESSARY.
They release broken, only partially functional, and performance challenged...
January 22, 2022 at 8:43 am
Without some actual test data, all I can say is STRING_SPLIT() and CASE.
If you want a coded example, please read the article at the first link in my signature line...
January 22, 2022 at 1:02 am
From the Article:[hr]
"I have seen a few people call for raising the RAM limit in the Standard Edition of SQL Server. In 2016, Aaron Bertrand voiced this, and for 2019,...
January 22, 2022 at 12:09 am
Not sure if it is just me or not, but I don't see what the data is supposed to look like...
It's not just you. When the op comes back...
January 21, 2022 at 11:59 pm
Phil Parkin wrote:I am no longer receiving e-mail notifications when someone responds to a post I am subscribed to. Is it me, or is this affecting others?
Me too.
Same here even...
January 21, 2022 at 11:34 pm
Hey all,
Sorry for asking so many questions, but I'm usually not able to easily find solutions to the problems I face. This particular problem is as such. I have...
January 21, 2022 at 11:22 pm
Considering the leading "v_", those probably aren't tables you're dealing with. They're probably views and the probably have some problems of the own that are at least exacerbating the issue...
January 21, 2022 at 10:47 pm
Viewing 15 posts - 4,021 through 4,035 (of 59,067 total)