Viewing 15 posts - 1,351 through 1,365 (of 59,066 total)
Heh... this reminds me of every bloody release since and including 2005. The ones before that didn't seem nearly as bad. Maybe because there were fewer moving parts.
The spooky part...
June 18, 2023 at 5:02 pm
Heh... or resolve yourself to the fact that no one will make any changes to the code no matter what you find and just let them do the testing they're...
June 18, 2023 at 4:52 pm
From my testing SQL Server's GENERATE_SERIES is efficient and well-optimized. It's not surprising it performers better than user defined functions as it is implemented in the native code of...
June 18, 2023 at 4:48 pm
It turns out that you had an "anomaly" at the end of your link. Here's the correct link...
https://www.brentozar.com/pastetheplan/?id=B1Ons1TUn
June 18, 2023 at 5:27 am
Knowing your feelings on so called SQL Server best practices, Jeff, would you trust a tool like this if it existed 😏
Heh... You DO know me. That also means...
June 17, 2023 at 11:14 pm
That's the article which had shaped my low expectations. Good to know it's been improved. It's also interesting Jonathan used GENERATE_SERIES in place of the non-itvf method of TOP...
June 17, 2023 at 11:02 pm
These are great comparisons. The so-far winning code was jointly arrived at. Interesting in a straight comparison GENERATE_SERIES appears faster than fnTally
According to some testing that I saw (IIRC)...
June 17, 2023 at 2:01 am
Crud... sorry. I'd posted a link to the BPA for Windows, not SQL server. I took the post down.
Looking into it further, I don't even know if such a thing...
June 16, 2023 at 11:43 pm
Sounds to me like some connection zealot wrote a proc to drop all sleeping connections every night.
June 15, 2023 at 5:16 pm
June 15, 2023 at 2:46 am
Peter "Peso" Larsson wrote a nasty fast Prime Numbers function years ago and I tested it to confirm it. I'll see if I can find it in my...
June 15, 2023 at 12:27 am
Thank you Erland Sommarskog. I have done some testing based on different cases ,thank you!
AND? What did you find out?
June 14, 2023 at 5:52 pm
Thank you all for the valuable replies, but I think this discussion diverted from my original question: why my tally table's function had worse execution plan than my colleague's...
June 14, 2023 at 5:51 pm
Peter "Peso" Larsson wrote a nasty fast Prime Numbers function years ago and I tested it to confirm it. I'll see if I can find it in my archives this...
June 14, 2023 at 5:10 pm
Viewing 15 posts - 1,351 through 1,365 (of 59,066 total)