Viewing 15 posts - 451 through 465 (of 59,069 total)
This is one of the reasons why I generally don't care for "Try/Catch" in code in relation to jobs and database code. If people don't write it correctly, the calling...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2024 at 9:28 pm
I think we should keep in mind what the upgrade path looks like. Upgrades between X and X+1 I would expect to be relatively painless.
Upgrades from X that skip...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2024 at 3:12 pm
The post above is the first post on Page 2 and wasn't showing because of problem on this site. This post will make the post above appear.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2024 at 2:42 pm
Ok... talk about stink! Fortunately, they decided not to chance using a faulty space craft (IMHO, it was faulty even at lift off) but check this out.
https://weather.com/science/space/video/astronauts-stranded-in-space-with-no-return-set
https://duckduckgo.com/?q=astronauts+stuck+in+space+2024+boeing
They should jettison the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 27, 2024 at 9:23 pm
Nope... not "WE"... "THEY".
THEY have gotten arrogant... every damned one of them.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 27, 2024 at 4:59 am
I agree with Brian... check with the 3rd party before you mess with one of their tables. While this is just a simple "audit" table that won't even stand up...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 25, 2024 at 11:01 am
Do a COUNT on both columns using GROUP BY and add a HAVING where the COUNT(*) = 1.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 25, 2024 at 5:07 am
I saw the follow soon after it came out more than a year ago. It's focus is on the very ramifications you speak of... in this case, something as seemingly...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 24, 2024 at 3:52 am
Heh... New tag line... SQL Server 2022... It just runs slower... A LOT SLOWER!
--Jeff Moden
Change is inevitable... Change for the better is not.
July 22, 2024 at 9:28 pm
After long hours, days and weeks the system back to healthy state. The biggest problem was bad developers code that had to be changed. That was...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2024 at 7:49 pm
That is really awesome, Jeff! In fact, that's outstanding. In my environment we do unit testing and UAT, and that's about it. We don't have the success rate that...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2024 at 3:38 am
--Jeff Moden
Change is inevitable... Change for the better is not.
July 18, 2024 at 5:59 am
Hmmm, Jeff going. I'm going to have to see if I can make it.
Ed Wagner and I will be arriving in the afternoon on that Friday. Man, I understand...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 18, 2024 at 5:00 am
--Jeff Moden
Change is inevitable... Change for the better is not.
July 18, 2024 at 4:36 am
Install this TVF.
Then this SQL will do the job
select x.value value1, x.value+1000001 value2
from dbo.GENERATE_SERIES(-999999999,+999999999,1) x
;
Install this TVF.
Then...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 18, 2024 at 4:33 am
Viewing 15 posts - 451 through 465 (of 59,069 total)