Viewing 15 posts - 2,041 through 2,055 (of 59,066 total)
Yeah... there's the other part of a 2 part SPAM thread.
January 24, 2023 at 8:14 pm
To be honest, I'll never understand the idea of creating a Temp Table and then deleting rows from it.
January 23, 2023 at 11:50 pm
I was at a company that hired a new IT director. He made it very clear at the beginning that he wanted to bring in his own people, so...
January 23, 2023 at 7:22 pm
I wrote an entire book on this topic, based on the work I did at AIRMICS. Look at ISO-11179 and the Metadata Committee stuff. We found that with good...
January 23, 2023 at 7:18 pm
If the looping is necessary, just add a column (maybe call it ProcessOrder) to the temp table and populate it with ROW_NUMBER() OVER (ORDER BY ID).
January 23, 2023 at 5:45 pm
Also, to support Thom on his claim that 3 and 4 part naming has been deprecated, take a look at the following article written by a really smart...
January 23, 2023 at 5:32 pm
Now THERE'S and SQL "Oolie" if I ever saw one! Nice job, Mr. Collins. And, yep, it IS clearly documented.
January 23, 2023 at 1:45 am
This topic interests me intensely. I've been reading about software development trends for many years, with a view to improve myself and to suggest better ways for those I...
January 23, 2023 at 1:27 am
Thanks, Ryan.
Thought I'd throw one more out there. It doesn't spell "community", but the community needs to know. 😀
https://www.postgresql.org/docs/
January 22, 2023 at 7:22 pm
From the Article:
"A little more than 12 months into the new gig, I finally started to have a mind shift and look more earnestly for a Postgres family....
January 21, 2023 at 5:08 pm
I've found that a lot of people just don't give a damn.
I recently did a peer review of some rather length but vertically code where the table name was simply...
January 20, 2023 at 9:22 pm
...but I don't think I'll ever be converted to leading commas - I think that's at least partly because I'm an English language pedant and believe that a comma...
January 20, 2023 at 8:48 pm
I wouldn't just arbitrarily add a non-clus index without checking existing index usage ("index usage stats") AND reviewing missing indexes ("missing index" stats).
Nor would I change the Clustered Index...
January 20, 2023 at 8:36 pm
As a bit of a sidebar, I've not yet found an online video course for beginners that I actually like or think that does the job adequately. 🙁
January 20, 2023 at 7:32 pm
January 20, 2023 at 7:21 pm
Viewing 15 posts - 2,041 through 2,055 (of 59,066 total)