Viewing 15 posts - 3,406 through 3,420 (of 59,086 total)
Ah... there IS one major drawback. If you have very wide tables with only a row or two per page and a lot of different columns get updated but only...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 9:46 pm
There's not much wrong with it at all. It works the same way that I wrote such auditing in the past with it being "point-in-time" enabled. It's nasty fast and...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 9:40 pm
My priorities have never changed... it's all based on the 3 "L's"... I've not numbered them and their in no particular order because they each equally important to the others ...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 8:40 pm
Thank you for the very kind feedback, WebRunner. Coming from such a long time regular as you, it means a lot. Thanks again.
Looking back at that, it might make a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 8:25 pm
A bit of a sidebar... I almost always avoid both EOMonth and anything else that is used to calculate the last day of the month because so many...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 7:53 pm
Do all of the files have a similar issue? Perhaps you need to tweak the code to handle the anomalies. Frederico offered a hint about that above.
And, no... they're not...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 7:46 pm
First, welcome aboard.
Understand that your reply looks like a "prelude to spam" that spammers regularly use to see if they successfully got a working account. They also later come...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 3:01 pm
As a bit of a sidebar, your slowest queries are frequently NOT your worst queries. Rather it's usually some fairly small stuff that gets called thousands of times per hour. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 2:55 pm
I stated in early post I couldn't supply file but fill check table as you gave a good starting place... What about job_type in there twice?
Thx.
Check the code. Do...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 2:22 pm
Thanks for the answer.
Hi and welcome aboard, Robert.
Understand that your reply looks like a "prelude to spam" that spammers regularly use to see if they successfully got a working...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 2:19 pm
A bit of a sidebar... I almost always avoid both EOMonth and anything else that is used to calculate the last day of the month because so many people forget...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 2:16 pm
Sorry... not enough coffee yet. Misread some code and removed the post.
And I totally agree with Johan... avoid Scalar UDFs at all costs. They even prevent parallelism if you do...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 2:06 pm
Thanks for the reply.
Weird that this is somehow not more public knowledge since the problem seems to be pretty impactful and somehow mentioned "no where" in most (popular) google...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 2:01 pm
Referring to the following page, search for the number 128. It turns out that's a threshold and its 128 extents. Since an extent is 8 pages and there 128 of...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 8:04 am
Great "Decoder" post. Thanks for taking the time to put it together, Steve. You're the best!
Joining in the "Decoder" fun, decode this. 😀 Folks like Lynn Pettis will have no...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2022 at 6:32 am
Viewing 15 posts - 3,406 through 3,420 (of 59,086 total)