Viewing 15 posts - 46 through 60 (of 764 total)
Thanks for the tip
March 17, 2023 at 5:11 pm
Jeff - Below is the code I used for INSERTs. Originally the join conditions (in the parens) were all set to AND. Once I switched to OR instead it worked....
March 17, 2023 at 4:55 pm
Dumb Dumb me was looking at it in the opposite direction. Its 1AM and because the work computer is in the hallway next to my kids bedrooms I can't get...
March 17, 2023 at 6:18 am
I too was wondering why the temp table. I've had to create several AFTER INSERT/UPDATE triggers and never even considered adding a temp table to the process. I Just use...
February 20, 2023 at 8:55 pm
February 19, 2023 at 5:09 pm
I could see that, the Spock brow
February 15, 2023 at 7:49 pm
Thanks Johan. For me it just looks wrong/bad. I mean if in some situations it provides better performance and enough so to justify it then yeah but it just looks...
February 15, 2023 at 7:48 pm
Jeff - is this something you'd personally recommend trying to avoid in queries? Clearly it's a valid query because it does run but I can't help but wonder if like...
February 14, 2023 at 7:55 pm
You can defer the ON clause for a JOIN until after other JOINs. Normally you wouldn't do that unless it's absolutely necessary.
LEFT OUTER JOIN TABLEC CC ON (CC.hFKey4 =...
February 14, 2023 at 6:39 pm
IIRC, you'll find no place where I've suggested doing such a thing in the article because there are much more effective methods to find gaps in a sequence of values
Jeff...
October 13, 2022 at 10:08 pm
NOTE: I was not the one who designed the DB I am working with so I can not ask questions as to "why did they do that" or 'Why did...
October 11, 2022 at 9:34 pm
If I try to use what I showed it fails. I get an error on WO.dtCall, says multi-part identifier could not be bound.
Thanks
August 31, 2022 at 4:31 pm
Will do. Currently the report that uses the existing non-pivot query takes up to 5 minutes to render on screen even though the source query it uses completes within a...
May 6, 2022 at 2:02 pm
Thank you for replying. After posting this I tried searching via google for the answer and to my surprise the search terms I used were correct, somethin that rarely happens...
May 5, 2022 at 6:27 pm
UPDATE: Since getting back from being out sick I've not had a chance to catch up on all the feedback for this post but I did want to take a...
June 25, 2021 at 8:43 pm
Viewing 15 posts - 46 through 60 (of 764 total)