Viewing 15 posts - 751 through 765 (of 59,070 total)
maxdop is set to 1 at instance level and at database level it is set to 4. looks like each operator within plan is taking 4 threads

--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2024 at 11:11 pm
Just in case you don't know him, Eirikur is one of the contributors to the DelimitedSplit8K function. He made a simple but important change to it after SQL Server 2012...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2024 at 3:26 pm
I need a particular calculation done that is really hard to do in SS...
I've heard such a thing many times. The answer is always "No" unless you ask...
What is...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2024 at 2:11 am
Testing complete. Unfortunately, it made zero difference in performance.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 12, 2024 at 11:20 pm
Thank you both!
We had to upgrade because of "corporate policy". We were at 2016. 2017 doesn't have the horrible performance issues that 2019/2022 has. Even a super simple Tally function...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 12, 2024 at 10:55 pm
SQL 2022 will give you batch mode execution plans on indexes that are not columnstore, even if batch mode execution plans are slower.
Did you look at the execution plans...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 12, 2024 at 4:32 pm
My whole point is that the use of a function for such temporal range labeling is actually easier for the users to use because they don't need to us a...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 10, 2024 at 12:33 am
... and a few things came together recently that reminded me of you.
Oh my. I can only imagine. Any chance of you sending an email about that? I'm just...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2024 at 11:53 pm
Back in the day, before SQL Server 2012 was previewed, I worked on a project which started with a blank database. My teammate at the time started sending me...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2024 at 8:10 pm
I've been a member of this forum for 17 years, mostly a lurker with very occasional posting or replying. I am the baby Jeff at my company. My scope...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2024 at 7:22 pm
Note to self: remember to rent a Lambo one day.
😀
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2024 at 7:08 pm
Whether you are a Brent or a Jeff there are some pitfalls to watch out for to avoid burning yourself out.
Do others see you as a leg up or...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2024 at 3:49 pm
We have a requirement to allow certain nominated users to execute 'jobs', where the definition of a job could be running a stored proc, or a PoSh script, or...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2024 at 3:01 pm
Whoa... oh my... now there's a subject I didn't plan on reading about tonight. Other than stating that my levels of imposter syndrome just shot through the roof, I'm not...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2024 at 3:13 am
Just curious why there appears to be a difference with c:\ and UNC.
It depends on where thing are at and where you're running the command from. For example, if...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 8, 2024 at 6:20 pm
Viewing 15 posts - 751 through 765 (of 59,070 total)